Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/exceptions/
Derror_code.py45 COLUMN_NOT_EXIST_ERROR = 0 | _ANALYSER_MASK variable in ProfilerErrors
75 COLUMN_NOT_EXIST_ERROR = 'The column {} does not exist.' variable in ProfilerErrorMsg
Dexceptions.py173 error=ProfilerErrors.COLUMN_NOT_EXIST_ERROR,
174 message=ProfilerErrorMsg.COLUMN_NOT_EXIST_ERROR.value.format(msg),