Home
last modified time | relevance | path

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

/third_party/mindspore/config/
Ddata_dump.json10 "op_debug_mode": 0 number
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h54 uint32_t op_debug_mode() const { return op_debug_mode_; } in op_debug_mode() function
Ddump_json_parser.cc259 nlohmann::detail::iter_impl<const nlohmann::json> op_debug_mode; in ParseCommonDumpSetting() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc316 uint32_t op_debug_mode = DumpJsonParser::GetInstance().op_debug_mode(); in OpDebugRegister() local
352 uint32_t op_debug_mode = DumpJsonParser::GetInstance().op_debug_mode(); in OpDebugUnregister() local