Searched refs:profiler_inst_ (Results 1 – 4 of 4) sorted by relevance
31 std::shared_ptr<CPUProfiler> CPUProfiler::profiler_inst_ = std::make_shared<CPUProfiler>(); member in mindspore::profiler::cpu::CPUProfiler33 std::shared_ptr<CPUProfiler> &CPUProfiler::GetInstance() { return profiler_inst_; } in GetInstance()
55 static std::shared_ptr<CPUProfiler> profiler_inst_; variable
147 static std::shared_ptr<GPUProfiler> profiler_inst_; variable
69 std::shared_ptr<GPUProfiler> GPUProfiler::profiler_inst_ = std::make_shared<GPUProfiler>(); member in mindspore::profiler::gpu::GPUProfiler220 MS_EXCEPTION_IF_NULL(profiler_inst_); in GetInstance()221 return profiler_inst_; in GetInstance()