Searched refs:GetFrontNodeByInternalParameter (Results 1 – 5 of 5) sorted by relevance
81 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()
707 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()
963 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()
240 AnfWithOutIndex GetFrontNodeByInternalParameter(const AnfNodePtr ¶meter) const;
1158 AnfWithOutIndex KernelGraph::GetFrontNodeByInternalParameter(const AnfNodePtr ¶meter) const { in GetFrontNodeByInternalParameter() function in mindspore::session::KernelGraph