Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dactor_common.cc191 auto front_node_with_index = graph->GetFrontNodeByInternalParameter(backend_node); in FetchFrontNodeByBackendNode() local
207 auto front_node_with_index = graph->GetFrontNodeWithIndexByGraphOutput(output_with_index); in FetchFrontNodeWithIndexByGraphOutput() local
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dcontrol_node_parser.h131 KernelWithIndex GetBackendKernelByFrontKernel(const KernelWithIndex &front_node_with_index) { in GetBackendKernelByFrontKernel()
Dcontrol_node_parser.cc707 const auto &front_node_with_index = graph->GetFrontNodeByInternalParameter(backend_node); in GetFrontNodeByKernelGraph() local
943 auto front_node_with_index = graph->GetFrontNodeByInternalParameter(parameter); in FetchFrontValueNode() local
1133 const auto &front_node_with_index = in FetchParameterbyKernelGraph() local
Dgraph_scheduler.cc1763 const KernelWithIndex &front_node_with_index, in LinkDataArrowForGatherActor()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.cc1134 const AnfWithOutIndex &front_node_with_index) { in CacheInternalParameterToFrontNode()