Home
last modified time | relevance | path

Searched refs:ParseOpDebugMode (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h105 void ParseOpDebugMode(const nlohmann::json &content);
Ddump_json_parser.cc272 ParseOpDebugMode(*op_debug_mode); in ParseCommonDumpSetting()
464 void DumpJsonParser::ParseOpDebugMode(const nlohmann::json &content) { in ParseOpDebugMode() function in mindspore::DumpJsonParser