Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/debug/data_dump/
Ddump_json_parser.h82 std::set<uint32_t> support_devices_; variable
Ddump_json_parser.cc450 auto ret = support_devices_.emplace(device_id); in ParseSupportDevice()
511 if (support_devices_.find(device_id) == support_devices_.end()) { in JudgeDumpEnabled()