Home
last modified time | relevance | path

Searched defs:PARAM_VALUE_ERROR (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/profiler/common/exceptions/
Derror_code.py31 PARAM_VALUE_ERROR = 0 | _GENERAL_MASK variable in ProfilerErrors
60 PARAM_VALUE_ERROR = 'Param value error. {}' variable in ProfilerErrorMsg