Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dstatus.h85 kLiteReentrantError = kLite | (0x0FFFFFFF & -102), /**< Exist executor running. */ enumerator
/third_party/mindspore/include/api/
Dstatus.h87 kLiteReentrantError = kLite | (0x0FFFFFFF & -102), /**< Exist executor running. */ enumerator
/third_party/mindspore/mindspore/core/utils/
Dstatus.cc149 … {kLiteReentrantError, "Exist executor running."}, in CodeAsCString()