Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h92 void ParseE2eDumpSetting(const nlohmann::json &content);
Ddump_json_parser.cc121 ParseE2eDumpSetting(j); in Parse()
276 void DumpJsonParser::ParseE2eDumpSetting(const nlohmann::json &content) { in ParseE2eDumpSetting() function in mindspore::DumpJsonParser