Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/utils/
Dlabel.cc48 NameWithTrace RootName(const DebugInfoPtr &debug_info, TraceLabelType trace_label) { in RootName()
84 std::string LabelString(const DebugInfoPtr &debug_info, TraceLabelType trace_label) { in LabelString()
89 std::string CombineUniqueID(const DebugInfoPtr &debug_info) { in CombineUniqueID()
111 std::string LabelStringUnique(const DebugInfoPtr &debug_info) { return CombineUniqueID(debug_info);… in LabelStringUnique()
113 std::string Label(const DebugInfoPtr &debug_info, TraceLabelType trace_label) { in Label()
Dtrace_base.cc29 std::vector<DebugInfoPtr> GetSourceCodeDebugInfoVec(DebugInfoPtr debug_info, bool is_debug = false)… in GetSourceCodeDebugInfoVec()
131 auto debug_info = GetTracedDebugInfo(info, tip); in GetDebugInfo() local
162 void GetSourceLineFromDebugInfo(const DebugInfoPtr &debug_info, std::vector<std::string> *result) { in GetSourceLineFromDebugInfo()
Dinfo.cc214 void TraceManager::DebugTrace(const DebugInfoPtr &debug_info, const TraceInfoPtr &trace_info) { in DebugTrace()
Dinfo.h93 TraceGuard(const DebugInfoPtr &debug_info, const TraceInfoPtr &trace_info) { in TraceGuard()
Dtrace_info.h57 DebugInfoPtr debug_info() const { return debug_info_; } in debug_info() function
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dtest-splitmuxpartreader.c26 gchar *debug_info; in handle_message() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/tasksink/
Dtask_generator.cc160 auto debug_info = std::make_shared<TaskDebugInfo>(); in LaunchKernel() local
237 auto debug_info = std::make_shared<TaskDebugInfo>(); in LaunchKernel() local
/third_party/grpc/src/proto/grpc/testing/
Decho_messages.proto46 DebugInfo debug_info = 11; field
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/
Dpy_pass.cc102 auto debug_info = std::make_shared<NodeDebugInfo>(para_name); in BuildNewParameter() local
274 auto debug_info = std::make_shared<NodeDebugInfo>(para_name); in Run() local
/third_party/boost/boost/pool/
Dpool_alloc.hpp106 struct debug_info struct
108 static unsigned allocated;
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/
Ddfunctor.h202 GraphDebugInfoPtr debug_info = nullptr; in BpropToK() local
/third_party/mindspore/mindspore/ccsrc/debug/
Dtrace.cc410 auto debug_info = cnode->debug_info(); in GetEvalStackInfo() local
475 DebugInfoPtr debug_info = TraceManager::GetParseOrResolveDebugInfo(); in GetTraceStackInfo() local
/third_party/mindspore/mindspore/core/ir/
Danf.h138 NodeDebugInfoPtr debug_info() { in debug_info() function
145 void set_debug_info(const NodeDebugInfoPtr &debug_info) { in set_debug_info()
332 void AddPrimalDebugInfo(const NodeDebugInfoPtr debug_info) { in AddPrimalDebugInfo()
Dfunc_graph.cc198 auto debug_info = const_cast<FuncGraph *>(this)->shared_from_base<FuncGraph>()->debug_info(); in ToString() local
204 GraphDebugInfoPtr FuncGraph::debug_info() { in debug_info() function in mindspore::FuncGraph
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DRequestParams.php61 protected $debug_info = null; variable in Grpc\\Testing\\RequestParams
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/
Dfunction_block.cc139 auto debug_info = std::make_shared<NodeDebugInfo>(); in ReadVariable() local
/third_party/mindspore/third_party/proto/caffe/
Dcaffe.proto88 optional bool debug_info = 7 [default = false]; field
226 optional bool debug_info = 23 [default = false]; field
984 optional bool debug_info = 4 [default = false]; field
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp256 const DWARFDataExtractor &debug_info, in extract()
/third_party/jinja2/
Denvironment.py1208 def debug_info(self): member in Template
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py1125 def debug_info(self): member in Template
/third_party/skia/third_party/externals/jinja2/
Denvironment.py1208 def debug_info(self): member in Template
/third_party/python/Lib/multiprocessing/
Dmanagers.py337 def debug_info(self, c): member in Server