Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/parser/
Dminddata_pipeline_parser.py23 ProfilerPathErrorException, ProfilerFileNotFoundException, \
111 raise ProfilerPathErrorException('Minddata pipeline file is invalid.')
134 raise ProfilerPathErrorException('Output path is invalid.')
Dminddata_analyzer.py23 ProfilerPathErrorException, ProfilerFileNotFoundException, \
136 raise ProfilerPathErrorException(dir_type + 'is invalid.') from path_error
164 …raise ProfilerPathErrorException('The MindData pipeline path is invalid.') from path_filename_error
192 …raise ProfilerPathErrorException('The MindData CPU utilization path is invalid.') from path_filena…
233 … raise ProfilerPathErrorException('A MindData device trace profiling file cannot be found.')
256 raise ProfilerPathErrorException('Output path is invalid.') from path_error
Dhccl_parser.py24 ProfilerPathErrorException, ProfilerFileNotFoundException, \
158 raise ProfilerPathErrorException('file path is invalid.')
541 raise ProfilerPathErrorException('file path is invalid.')
553 raise ProfilerPathErrorException('dir path is invalid.')
Dframework_parser.py24 ProfilerPathErrorException, ProfilerDirNotFoundException, \
285 raise ProfilerPathErrorException('Profiling path is invalid.')
443 raise ProfilerPathErrorException('Output path is invalid.')
Dstep_trace_parser.py25 from mindspore.profiler.common.exceptions.exceptions import ProfilerPathErrorException, \
171 raise ProfilerPathErrorException(
623 raise ProfilerPathErrorException('Training trace file does not exist.')
Dflops_parser.py383 raise ProfilerPathErrorException('The aicore file does not exist.')
391 raise ProfilerPathErrorException(
/third_party/mindspore/mindspore/profiler/common/exceptions/
Dexceptions.py91 class ProfilerPathErrorException(ProfilerException): class
95 super(ProfilerPathErrorException, self).__init__(