Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/exceptions/
Derror_code.py34 DIR_NOT_FOUND_ERROR = 3 | _GENERAL_MASK variable in ProfilerErrors
63 DIR_NOT_FOUND_ERROR = 'The dir <{}> not found.' variable in ProfilerErrorMsg
Dexceptions.py118 error=ProfilerErrors.DIR_NOT_FOUND_ERROR,
119 message=ProfilerErrorMsg.DIR_NOT_FOUND_ERROR.value.format(msg),