Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ir/
Danf.h105 debug_info_(std::make_shared<NodeDebugInfo>()), in AnfNode()
139 MS_EXCEPTION_IF_NULL(debug_info_); in debug_info()
140 if (debug_info_->get_node() == nullptr) { in debug_info()
141 debug_info_->set_node(shared_from_base<AnfNode>()); in debug_info()
143 return debug_info_; in debug_info()
147 debug_info_ = debug_info; in set_debug_info()
148 if (debug_info_->get_node() == nullptr) { in set_debug_info()
149 debug_info_->set_node(shared_from_base<AnfNode>()); in set_debug_info()
221 NodeDebugInfoPtr debug_info_; variable
Dfunc_graph.cc52 debug_info_ = std::make_shared<GraphDebugInfo>(); in FuncGraph()
205 MS_EXCEPTION_IF_NULL(this->debug_info_); in debug_info()
206 if (this->debug_info_->get_graph() == nullptr) { in debug_info()
207 this->debug_info_->set_graph(shared_from_base<FuncGraph>()); in debug_info()
209 return this->debug_info_; in debug_info()
Dfunc_graph.h267 this->debug_info_ = info; in set_debug_info()
474 GraphDebugInfoPtr debug_info_; variable
/third_party/mindspore/mindspore/core/utils/
Dtrace_info.h44 debug_info_ = info; in TraceInfo()
47 …: Base(), debug_info_(info.debug_info_), symbol_(info.symbol_), full_name_(info.full_name_), name_… in TraceInfo()
56 void set_debug_info(const DebugInfoPtr &info) { debug_info_ = info; } in set_debug_info()
57 DebugInfoPtr debug_info() const { return debug_info_; } in debug_info()
60 DebugInfoPtr debug_info_;
/third_party/cef/tests/ceftests/
Dframe_handler_unittest.cc165 debug_info_ = debug_info; in SetAdditionalDebugInfo()
168 std::string GetDebugString() const { return debug_info_ + ident_str_; } in GetDebugString()
491 std::string debug_info_; member