Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/parser/
Dframework_parser.py194 _task_id_threshold = 25000 variable in FrameworkParser
464 if int(task_id) < self._task_id_threshold:
Dflops_parser.py46 _task_id_threshold = 25000 variable in FlopsParser
241 if task_id < self._task_id_threshold: