Searched defs:net_name (Results 1 – 10 of 10) sorted by relevance
/third_party/mindspore/tests/ut/python/debugger/gpu_tests/ |
D | dump_test_utils.py | 24 def build_dump_structure(tensor_name_list, tensor_list, net_name, tensor_info_list): argument
|
/third_party/mindspore/config/ |
D | data_dump.json | 5 "net_name": "ResNet50", string
|
/third_party/mindspore/mindspore/ccsrc/debug/data_dump/ |
D | dump_json_parser.h | 53 std::string net_name() const { return net_name_; } in net_name() function
|
D | dump_utils.cc | 40 std::string net_name = dump_json_parser.net_name(); in GenerateDumpPath() local
|
D | dump_json_parser.cc | 253 auto net_name = CheckJsonKeyExist(*common_dump_settings, kNetName); in ParseCommonDumpSetting() local
|
/third_party/mindspore/mindspore/lite/tools/benchmark/ |
D | benchmark_base.cc | 329 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/ |
D | data_dumper.cc | 142 std::string net_name = DumpJsonParser::GetInstance().net_name(); in SetOpMappingInfo() local
|
/third_party/mindspore/mindspore/ccsrc/debug/debugger/offline_debug/ |
D | dbg_services.cc | 46 int32_t DbgServices::Initialize(const std::string net_name, const std::string dump_folder_path, boo… in Initialize()
|
/third_party/mindspore/mindspore/offline_debug/ |
D | dbg_services.py | 71 def initialize(self, net_name, is_sync_mode=True, max_mem_usage=0): argument
|
/third_party/mindspore/mindspore/ccsrc/debug/ |
D | debug_services.cc | 1536 void DebugServices::SetNetName(std::string net_name) { this->net_name_ = net_name; } in SetNetName()
|