Home
last modified time | relevance | path

Searched refs:GetParamIndex (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h78 …int GetParamIndex(const FuncGraphPtr &func_graph, const AnfNodePtr &param, bool throw_excp = true);
Danf_ir_utils.cc84 int AnfExporter::GetParamIndex(const FuncGraphPtr &func_graph, const AnfNodePtr &param, bool throw_… in GetParamIndex() function in mindspore::AnfExporter
272 int idx = GetParamIndex(func_graph, sym_node, false); in GetSymbolicKeyInstanceText()
404 oss << "%para" << GetParamIndex(node->func_graph(), node, check_integrity_); in GetAnfNodeText()