Home
last modified time | relevance | path

Searched refs:throw_excp (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 …Exporter::GetParamIndex(const FuncGraphPtr &func_graph, const AnfNodePtr &param, bool throw_excp) { in GetParamIndex() argument
103 if (throw_excp) { in GetParamIndex()