Searched refs:ProfilerPathErrorException (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/mindspore/profiler/parser/ |
D | minddata_pipeline_parser.py | 23 ProfilerPathErrorException, ProfilerFileNotFoundException, \ 111 raise ProfilerPathErrorException('Minddata pipeline file is invalid.') 134 raise ProfilerPathErrorException('Output path is invalid.')
|
D | minddata_analyzer.py | 23 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
|
D | hccl_parser.py | 24 ProfilerPathErrorException, ProfilerFileNotFoundException, \ 158 raise ProfilerPathErrorException('file path is invalid.') 541 raise ProfilerPathErrorException('file path is invalid.') 553 raise ProfilerPathErrorException('dir path is invalid.')
|
D | framework_parser.py | 24 ProfilerPathErrorException, ProfilerDirNotFoundException, \ 285 raise ProfilerPathErrorException('Profiling path is invalid.') 443 raise ProfilerPathErrorException('Output path is invalid.')
|
D | step_trace_parser.py | 25 from mindspore.profiler.common.exceptions.exceptions import ProfilerPathErrorException, \ 171 raise ProfilerPathErrorException( 623 raise ProfilerPathErrorException('Training trace file does not exist.')
|
D | flops_parser.py | 383 raise ProfilerPathErrorException('The aicore file does not exist.') 391 raise ProfilerPathErrorException(
|
/third_party/mindspore/mindspore/profiler/common/exceptions/ |
D | exceptions.py | 91 class ProfilerPathErrorException(ProfilerException): class 95 super(ProfilerPathErrorException, self).__init__(
|