Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/profiler/device/ascend/
Dascend_profiling.cc29 void AscendProfiler::StepProfilingEnable(const bool enable_flag) { in StepProfilingEnable()
/third_party/mindspore/mindspore/ccsrc/profiler/device/cpu/
Dcpu_profiling.cc42 void CPUProfiler::StepProfilingEnable(const bool enable_flag) { in StepProfilingEnable()
/third_party/mindspore/mindspore/parallel/
Dalgo_parameter_config.py136 def set_dp_algo_enable_approxi(self, enable_flag): argument
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc224 void GPUProfiler::SyncEnable(const bool enable_flag) { in SyncEnable()
229 void GPUProfiler::StepProfilingEnable(const bool enable_flag) { in StepProfilingEnable()
/third_party/mesa3d/src/compiler/glsl/
Dglsl_parser_extras.cpp609 bool _mesa_glsl_parse_state::* enable_flag; member