Home
last modified time | relevance | path

Searched refs:GraphDebugInfo (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/utils/
Dinfo.h210 class GraphDebugInfo : public DebugInfo {
212 GraphDebugInfo() { in GraphDebugInfo() function
220 explicit GraphDebugInfo(const std::string &name) : DebugInfo(name) { in GraphDebugInfo() function
227 ~GraphDebugInfo() override = default;
245 using GraphDebugInfoPtr = std::shared_ptr<GraphDebugInfo>;
Dinfo.cc161 std::string GraphDebugInfo::debug_name() { in debug_name()
166 LocationPtr GraphDebugInfo::location() { in location()
175 void GraphDebugInfo::set_deco_location(const LocationPtr &deco_list_loc) { deco_loc_ = deco_list_lo… in set_deco_location()
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Ddfunctor.h205 debug_info = std::make_shared<GraphDebugInfo>(); in BpropToK()
225 auto outer_debug_info = std::make_shared<GraphDebugInfo>(); in BpropToK()
/third_party/mindspore/mindspore/core/ir/
Dfunc_graph.cc52 debug_info_ = std::make_shared<GraphDebugInfo>(); in FuncGraph()