Home
last modified time | relevance | path

Searched defs:front_node_with_index (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/runtime/graph_scheduler/
Dcontrol_node_parser.cc350 void CreateDeviceTensorForValueNode(const KernelWithIndex &front_node_with_index, const AnfNodePtr … in CreateDeviceTensorForValueNode()
401 void CreateDeviceTensorForFrontNode(const KernelWithIndex &front_node_with_index, const DeviceConte… in CreateDeviceTensorForFrontNode()
703 void CreateBuildInfoForFrontNode(const KernelWithIndex &front_node_with_index, const AnfNodePtr &ba… in CreateBuildInfoForFrontNode()
815 const auto &front_node_with_index = graph->GetFrontNodeByInternalParameter(backend_node); in GetFrontNodeByKernelGraph() local
1390 auto front_node_with_index = graph->GetElementInTupleBackendFrontIndexMap(backend_node); in IsControlFlowDataArrow() local
2195 const auto &front_node_with_index = graph->GetFrontNodeByInternalParameter(parameter); in ParseFrontToBackendParameter() local
2525 auto front_node_with_index = GetFrontNodeByKernelGraph(parameter, graph.get()); in CollectEffectiveInputByGraph() local
2846const KernelWithIndex &front_node_with_index) { in FetchBackendOutputByKernelGraph()
Dany_type_graph_scheduler.cc524 …auto front_node_with_index = any_type_kernel_actor->graph()->GetOriginFrontNodeByInternalParameter… in Optimize() local
Dcontrol_node_scheduler.cc1826 const auto &front_node_with_index = GetFrontNodeByKernelGraph(real_input_node, graph.get()); in LinkDataArrowForCustomActor() local
1878 const auto &front_node_with_index = GetFrontNodeByKernelGraph(input_node, graph.get()); in LinkDataArrowByKernelGraphInSinkMode() local
Dgraph_scheduler.cc1290 … KernelWithIndex front_node_with_index = graph->GetElementInTupleBackendFrontIndexMap(input_node); in BuildDataSourceActor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/session/
Dkernel_graph.cc1078 const auto &front_node_with_index = internal_parameter_to_front_node.second; in UpdateInternalParameter() local
1100 const AnfWithOutIndex &front_node_with_index) { in CacheInternalParameterToFrontNode()
Danf_runtime_algorithm.cc1500 auto front_node_with_index = graph.GetFrontNodeByInternalParameter(backend_node); in FetchFrontNodeByBackendNode() local