Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dstatus.h80 kLiteThreadPoolError = kLite | (0x0FFFFFFF & -8), /**< Error occur in thread pool. */ enumerator
/third_party/mindspore/include/api/
Dstatus.h80 kLiteThreadPoolError = kLite | (0x0FFFFFFF & -8), /**< Error occur in thread pool. */ enumerator
/third_party/mindspore/mindspore/core/utils/
Dstatus.cc146 … {kLiteThreadPoolError, "Thread pool error."}, in CodeAsCString()