Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/profiling/
Dprofiling_manager.cc96 nlohmann::json options_for_cann; in GetProfConf() local
97 options_for_cann["output"] = options_all["output"]; in GetProfConf()
98 options_for_cann["fp_point"] = options_all["fp_point"]; in GetProfConf()
99 options_for_cann["bp_point"] = options_all["bp_point"]; in GetProfConf()
100 options_for_cann["training_trace"] = options_all["training_trace"]; in GetProfConf()
101 options_for_cann["task_trace"] = options_all["task_trace"]; in GetProfConf()
102 options_for_cann["aic_metrics"] = options_all["aic_metrics"]; in GetProfConf()
103 options_for_cann["aicpu"] = options_all["aicpu"]; in GetProfConf()
105 const string options_for_cann_str = options_for_cann.dump(); in GetProfConf()