Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/
Dprofiling.cc103 auto ascend_instance = profiler::ascend::AscendProfiler::GetInstance(); in GetProfilingEnableFlag() local
104 MS_EXCEPTION_IF_NULL(ascend_instance); in GetProfilingEnableFlag()
105 return ascend_instance->GetProfilingEnableFlag(); in GetProfilingEnableFlag()
121 auto ascend_instance = profiler::ascend::AscendProfiler::GetInstance(); in GetProfilingOptions() local
122 MS_EXCEPTION_IF_NULL(ascend_instance); in GetProfilingOptions()
123 return ascend_instance->GetProfilingOptions(); in GetProfilingOptions()