Searched refs:GetParamIndex (Results 1 – 2 of 2) sorted by relevance
78 …int GetParamIndex(const FuncGraphPtr &func_graph, const AnfNodePtr ¶m, bool throw_excp = true);
84 int AnfExporter::GetParamIndex(const FuncGraphPtr &func_graph, const AnfNodePtr ¶m, bool throw_… in GetParamIndex() function in mindspore::AnfExporter272 int idx = GetParamIndex(func_graph, sym_node, false); in GetSymbolicKeyInstanceText()404 oss << "%para" << GetParamIndex(node->func_graph(), node, check_integrity_); in GetAnfNodeText()