Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/vm/
Dgraph_partition.cc287 const std::string &other_target) { in GetVisitNodesInfo() argument
311 } else if (node_target == other_target) { in GetVisitNodesInfo()
370 const std::string &other_target) { in ParallelSort() argument
373 auto visit_nodes_info = GetVisitNodesInfo(dependency_info, default_target, other_target); in ParallelSort()
379 handle_target = other_target; in ParallelSort()
392 handle_target = other_target; in ParallelSort()
683 auto other_target = GetOtherTarget(nodes); in Partition() local
684 nodes = ParallelSort(graph, default_target, other_target); in Partition()