Home
last modified time | relevance | path

Searched refs:GetDistributeOperator (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.h66 OperatorInfoPtr GetDistributeOperator(const CNodePtr &node);
Dstep_parallel.cc417 OperatorInfoPtr GetDistributeOperator(const CNodePtr &node) { in GetDistributeOperator() function
442 OperatorInfoPtr next_distribute_operator = GetDistributeOperator(next_node); in Redistribution()
1953 OperatorInfoPtr distribute_operator = GetDistributeOperator(cnode); in GetInputLayoutFromCNode()
2009 OperatorInfoPtr distribute_operator = GetDistributeOperator(cnode); in GetOutputLayoutFromCNode()
2570 OperatorInfoPtr distribute_operator = GetDistributeOperator(cnode); in ParallelCommunication()
2601 OperatorInfoPtr distribute_operator = GetDistributeOperator(cnode); in ParallelCommunication()
3010 OperatorInfoPtr op_info = GetDistributeOperator(make_tuple_list_next_cnode); in HandleForwardMakeTupleAndMakeList()