Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/
Danf_ir_utils.h79 int GetParamIndexFromExported(const AnfNodePtr &param);
Danf_ir_utils.cc112 int AnfExporter::GetParamIndexFromExported(const AnfNodePtr &param) { in GetParamIndexFromExported() function in mindspore::AnfExporter
276 idx = GetParamIndexFromExported(sym_node); in GetSymbolicKeyInstanceText()