Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h91 void ParseCommonDumpSetting(const nlohmann::json &content);
Ddump_json_parser.cc122 ParseCommonDumpSetting(j); in Parse()
238 void DumpJsonParser::ParseCommonDumpSetting(const nlohmann::json &content) { in ParseCommonDumpSetting() function in mindspore::DumpJsonParser