Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dmemory_profiling.cc124 nlohmann::json options_json; in GetOutputPath() local
126 options_json = nlohmann::json::parse(options_str); in GetOutputPath()
130 auto iter = options_json.find(kOutputPath); in GetOutputPath()
131 if (iter != options_json.end() && iter->is_string()) { in GetOutputPath()