/third_party/mindspore/mindspore/core/utils/ |
D | label.cc | 48 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()
|
D | trace_base.cc | 29 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()
|
D | info.cc | 214 void TraceManager::DebugTrace(const DebugInfoPtr &debug_info, const TraceInfoPtr &trace_info) { in DebugTrace()
|
D | info.h | 93 TraceGuard(const DebugInfoPtr &debug_info, const TraceInfoPtr &trace_info) { in TraceGuard()
|
D | trace_info.h | 57 DebugInfoPtr debug_info() const { return debug_info_; } in debug_info() function
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | test-splitmuxpartreader.c | 26 gchar *debug_info; in handle_message() local
|
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/tasksink/ |
D | task_generator.cc | 160 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/ |
D | echo_messages.proto | 46 DebugInfo debug_info = 11; field
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ |
D | py_pass.cc | 102 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/ |
D | pool_alloc.hpp | 106 struct debug_info struct 108 static unsigned allocated;
|
/third_party/mindspore/mindspore/ccsrc/frontend/optimizer/ad/ |
D | dfunctor.h | 202 GraphDebugInfoPtr debug_info = nullptr; in BpropToK() local
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | trace.cc | 410 auto debug_info = cnode->debug_info(); in GetEvalStackInfo() local 475 DebugInfoPtr debug_info = TraceManager::GetParseOrResolveDebugInfo(); in GetTraceStackInfo() local
|
/third_party/mindspore/mindspore/core/ir/ |
D | anf.h | 138 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()
|
D | func_graph.cc | 198 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/ |
D | RequestParams.php | 61 protected $debug_info = null; variable in Grpc\\Testing\\RequestParams
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/parse/ |
D | function_block.cc | 139 auto debug_info = std::make_shared<NodeDebugInfo>(); in ReadVariable() local
|
/third_party/mindspore/third_party/proto/caffe/ |
D | caffe.proto | 88 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/ |
D | DWARFUnit.cpp | 256 const DWARFDataExtractor &debug_info, in extract()
|
/third_party/jinja2/ |
D | environment.py | 1208 def debug_info(self): member in Template
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | environment.py | 1125 def debug_info(self): member in Template
|
/third_party/skia/third_party/externals/jinja2/ |
D | environment.py | 1208 def debug_info(self): member in Template
|
/third_party/python/Lib/multiprocessing/ |
D | managers.py | 337 def debug_info(self, c): member in Server
|