Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dactor_common.cc81 const auto &internal_front_node = graph->GetFrontNodeByInternalParameter(node); in IsHostQueueDSActor()
96 const auto &front_node = graph->GetFrontNodeByInternalParameter(node); in IsInternalParameter()
191 auto front_node_with_index = graph->GetFrontNodeByInternalParameter(backend_node); in FetchFrontNodeByBackendNode()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Dcontrol_node_parser.cc707 const auto &front_node_with_index = graph->GetFrontNodeByInternalParameter(backend_node); in GetFrontNodeByKernelGraph()
943 auto front_node_with_index = graph->GetFrontNodeByInternalParameter(parameter); in FetchFrontValueNode()
1057 const auto &internal_parameter_with_index = graph->GetFrontNodeByInternalParameter(input); in FetchCallInputKernelGraph()
1124 …const auto &internal_front_node_with_index = graph->GetFrontNodeByInternalParameter(graph_paramete… in FetchParameterbyKernelGraph()
1169 const auto &internal_front_node = graph->GetFrontNodeByInternalParameter(parameter); in FetchFrontToBackendParameter()
Dgraph_scheduler.cc963 auto front_output_with_index = graph->GetFrontNodeByInternalParameter(internal_parameter); in LinkDataArrowForInternalParameter()
1235 auto front_output_with_index = graph->GetFrontNodeByInternalParameter(real_depend_kernel); in LinkControlArrowByAutoMonad()
2245 auto front_output_with_index = graph->GetFrontNodeByInternalParameter(input_node); in PersistDeviceTensor()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dkernel_graph.h240 AnfWithOutIndex GetFrontNodeByInternalParameter(const AnfNodePtr &parameter) const;
Dkernel_graph.cc1158 AnfWithOutIndex KernelGraph::GetFrontNodeByInternalParameter(const AnfNodePtr &parameter) const { in GetFrontNodeByInternalParameter() function in mindspore::session::KernelGraph