Home
last modified time | relevance | path

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

/third_party/mindspore/tests/st/profiler/
Dtest_profiler.py154 self._train_with_profiler(device_target="CPU")
162 self._train_with_profiler(device_target="GPU")
171 self._train_with_profiler(device_target="Ascend")
174 def _train_with_profiler(self, device_target): member in TestProfiler