Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/common/debug/profiler/
Dprofiling_data_dumper.cc285 std::map<std::string, std::vector<uint8_t>> dataMap; in GatherAndDumpData() local
337 void ProfilingDataDumper::Dump(const std::map<std::string, std::vector<uint8_t>> &dataMap) { in Dump()