Searched defs:all_to_all (Results 1 – 3 of 3) sorted by relevance
| /third_party/boost/boost/mpi/collectives/ |
| D | all_to_all.hpp | 117 all_to_all(const communicator& comm, const T* in_values, T* out_values) in all_to_all() function 124 all_to_all(const communicator& comm, const std::vector<T>& in_values, in all_to_all() function 134 all_to_all(const communicator& comm, const T* in_values, int n, T* out_values) in all_to_all() function 141 all_to_all(const communicator& comm, const std::vector<T>& in_values, int n, in all_to_all() function
|
| /third_party/mindspore/mindspore/ccsrc/backend/optimizer/ascend/mindir/ |
| D | all_to_all_unify_mindir.cc | 57 CNodePtr CreateSplitNode(const FuncGraphPtr &graph, const CNodePtr &all_to_all) { in CreateSplitNode() 93 CNodePtr CreateAllToAllvNode(const FuncGraphPtr &graph, const CNodePtr &all_to_all, const CNodePtr … in CreateAllToAllvNode() 126 CNodePtr CreateConcatNode(const FuncGraphPtr &graph, const CNodePtr &all_to_all, const CNodePtr &al… in CreateConcatNode() 177 auto all_to_all = node->cast<CNodePtr>(); in Process() local
|
| /third_party/boost/libs/mpi/src/python/ |
| D | collectives.cpp | 43 object all_to_all(const communicator& comm, object in_values) in all_to_all() function
|