Home
last modified time | relevance | path

Searched defs:allgather (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/nn/wrap/
Dgrad_reducer.py83 def _tensors_allreduce(degree, mean, allgather, allreduce, allreduce_filter, grad): argument
130 def _tensors_allreduce_ps(degree, mean, allgather, allreduce, allreduce_filter, grad, ps_parameter): argument
158 def _tensors_allreduce_with_sparse(degree, mean, allgather, allreduce, allreduce_filter, grad): argument
184 def _tensors_allreduce_with_sparse_ps(degree, mean, allgather, allreduce, allreduce_filter, grad, p… argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc1530 CNodePtr allgather; in InsertAllGatherOp() local