Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/core/utils/
Dinfo.h299 GraphDebugInfo() : DebugInfo() {} in GraphDebugInfo() function
301 explicit GraphDebugInfo(const std::string &name) : DebugInfo(name) {} in GraphDebugInfo() function
303 explicit GraphDebugInfo(TraceInfoPtr &&trace_info) : DebugInfo(std::move(trace_info)) {} in GraphDebugInfo() function