Searched refs:param_pair (Results 1 – 2 of 2) sorted by relevance
191 struct param_pair { struct
1461 for (auto ¶m_pair : param_sub_set) { in FindSubGraph() local1462 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 ¶m_pair : param_sub_set) { in ApplyParallelOptOnParam() local1576 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 …]