Home
last modified time | relevance | path

Searched refs:kLiteFormatError (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dstatus.h97 kLiteFormatError = kLite | (0x0FFFFFFF & -400), /**< Failed to checking tensor format. */ enumerator
/third_party/mindspore/include/api/
Dstatus.h99 kLiteFormatError = kLite | (0x0FFFFFFF & -400), /**< Failed to checking tensor format. */ enumerator
/third_party/mindspore/mindspore/core/utils/
Dstatus.cc155 … {kLiteFormatError, "Failed to checking tensor format."}, in CodeAsCString()