Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dascend_profiling.h32 void Init(const std::string &profileDataPath) { return; } in Init()
/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_profiling.cc35 void CPUProfiler::Init(const std::string &profileDataPath = "") { in Init()
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc388 void GPUProfiler::Init(const std::string &profileDataPath = "") { in Init()