Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/exceptions/
Dexceptions.py17 ProfilerErrorMsg
86 message=ProfilerErrorMsg.PARAM_VALUE_ERROR.value.format(msg),
97 message=ProfilerErrorMsg.PATH_ERROR.value.format(msg),
108 message=ProfilerErrorMsg.PARAM_TYPE_ERROR.value.format(msg),
119 message=ProfilerErrorMsg.DIR_NOT_FOUND_ERROR.value.format(msg),
130 message=ProfilerErrorMsg.FILE_NOT_FOUND_ERROR.value.format(msg),
141 message=ProfilerErrorMsg.IO_ERROR.value,
152 message=ProfilerErrorMsg.DEVICE_ID_MISMATCH_ERROR.value,
163 message=ProfilerErrorMsg.RAW_FILE_ERROR.value.format(msg),
174 message=ProfilerErrorMsg.COLUMN_NOT_EXIST_ERROR.value.format(msg),
[all …]
Derror_code.py57 class ProfilerErrorMsg(Enum): class