Home
last modified time | relevance | path

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

/third_party/ltp/tools/apicmds/
Dltpapicmd.c191 struct param_pair { struct
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc1461 for (auto &param_pair : param_sub_set) { in FindSubGraph() local
1462 CNodePtr param_cnode = param_pair.first->cast<CNodePtr>(); in FindSubGraph()
1474 if (LongToSize(param_pair.second - 1) >= parameters.size()) { in FindSubGraph()
1475 …MS_LOG(EXCEPTION) << "The index is out of range, index is: " << (param_pair.second - 1) << ", vect… in FindSubGraph()
1478 …std::pair<AnfNodePtr, int64_t> res = FindSubGraph(graph_sub, parameters[LongToSize(param_pair.seco… in FindSubGraph()
1575 for (auto &param_pair : param_sub_set) { in ApplyParallelOptOnParam() local
1576 auto cnode = param_pair.first->cast<CNodePtr>(); in ApplyParallelOptOnParam()
1583 … } else if (IntToSize(param_pair.second - 1) >= distribute_operator->inputs_tensor_info().size()) { in ApplyParallelOptOnParam()
1584 …MS_LOG(EXCEPTION) << "The index is out of range, index is " << (param_pair.second - 1) << ", vect… in ApplyParallelOptOnParam()
1591 manager->SetEdge(cnode, param_pair.second, next_cnode.second); in ApplyParallelOptOnParam()
[all …]