Searched refs:profiler_manager_inst_ (Results 1 – 2 of 2) sorted by relevance
34 std::shared_ptr<ProfilerManager> ProfilerManager::profiler_manager_inst_ = std::make_shared<Profile… member in mindspore::profiler::ProfilerManager94 MS_EXCEPTION_IF_NULL(profiler_manager_inst_); in GetInstance()95 return profiler_manager_inst_; in GetInstance()
67 static std::shared_ptr<ProfilerManager> profiler_manager_inst_;