Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/exceptions/
Derror_code.py49 GROUP_CONDITION_ERROR = 4 | _ANALYSER_MASK variable in ProfilerErrors
80 GROUP_CONDITION_ERROR = 'The group_condition in search_condition error, {}' variable in ProfilerErrorMsg
Dexceptions.py239 error=ProfilerErrors.GROUP_CONDITION_ERROR,
240 message=ProfilerErrorMsg.GROUP_CONDITION_ERROR.value.format(msg),