Home
last modified time | relevance | path

Searched refs:GraphDebugInfoPtr (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.h262 GraphDebugInfoPtr debug_info();
263 void set_debug_info(const GraphDebugInfoPtr &info) { in set_debug_info()
474 GraphDebugInfoPtr debug_info_;
Dfunc_graph.cc204 GraphDebugInfoPtr FuncGraph::debug_info() { in debug_info()
/third_party/mindspore/mindspore/core/utils/
Dinfo.h245 using GraphDebugInfoPtr = std::shared_ptr<GraphDebugInfo>; variable
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Ddfunctor.h202 GraphDebugInfoPtr debug_info = nullptr; in BpropToK()
/third_party/mindspore/mindspore/core/load_mindir/
Danf_model_parser.cc1045 GraphDebugInfoPtr debug_info_ptr = outputFuncGraph->debug_info(); in BuildFuncGraph()