Home
last modified time | relevance | path

Searched defs:NodeDebugInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dinfo.h269 NodeDebugInfo() : DebugInfo() {} in NodeDebugInfo() function
274 explicit NodeDebugInfo(const std::string &name) : DebugInfo(name) {} in NodeDebugInfo() function
279 explicit NodeDebugInfo(TraceInfoPtr &&trace_info) : DebugInfo(std::move(trace_info)) {} in NodeDebugInfo() function
/third_party/rust/rust/src/tools/miri/src/borrow_tracker/tree_borrows/
Ddiagnostics.rs136 pub struct NodeDebugInfo { struct
147 /// NOTE: by virtue of being part of `NodeDebugInfo`, argument
154 impl NodeDebugInfo { impl
174 impl fmt::Display for NodeDebugInfo { implementation