We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
split_ids_op is used to split a LoDTensor of Ids with shape [batch_size, 1] to multiple LoDTensor by shard_id. shard_id is get by:
// shard_num is the number of pserver now shard_id = id % shard_num;
split_ids_op is used to compose a prefetch_op
prefetch_op = split_ids_op -> send_receive_op -> concat_op
The text was updated successfully, but these errors were encountered:
[Auto Parallel] fix adapt_stale_fwd_patch for to_static mode (PaddleP…
19a2e1f
…addle#9372)
Successfully merging a pull request may close this issue.
split_ids_op is used to split a LoDTensor of Ids with shape [batch_size, 1] to multiple LoDTensor by shard_id. shard_id is get by:
// shard_num is the number of pserver now shard_id = id % shard_num;
split_ids_op is used to compose a prefetch_op
The text was updated successfully, but these errors were encountered: