Home
last modified time | relevance | path

Searched defs:net_name (Results 1 – 10 of 10) sorted by relevance

/third_party/mindspore/tests/ut/python/debugger/gpu_tests/
Ddump_test_utils.py24 def build_dump_structure(tensor_name_list, tensor_list, net_name, tensor_info_list): argument
/third_party/mindspore/config/
Ddata_dump.json5 "net_name": "ResNet50", string
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h53 std::string net_name() const { return net_name_; } in net_name() function
Ddump_utils.cc40 std::string net_name = dump_json_parser.net_name(); in GenerateDumpPath() local
Ddump_json_parser.cc253 auto net_name = CheckJsonKeyExist(*common_dump_settings, kNetName); in ParseCommonDumpSetting() local
/third_party/mindspore/mindspore/lite/tools/benchmark/
Dbenchmark_base.cc329 auto net_name = dump_cfg_json_[dump::kSettings][dump::kNetName].get<std::string>(); in InitDumpConfigFromJson() local
/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/dump/
Ddata_dumper.cc142 std::string net_name = DumpJsonParser::GetInstance().net_name(); in SetOpMappingInfo() local
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/
Ddbg_services.cc46 int32_t DbgServices::Initialize(const std::string net_name, const std::string dump_folder_path, boo… in Initialize()
/third_party/mindspore/mindspore/offline_debug/
Ddbg_services.py71 def initialize(self, net_name, is_sync_mode=True, max_mem_usage=0): argument
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc1536 void DebugServices::SetNetName(std::string net_name) { this->net_name_ = net_name; } in SetNetName()