Home
last modified time | relevance | path

Searched refs:kLiteInferInvalid (Results 1 – 7 of 7) sorted by relevance

/third_party/mindspore/mindspore/lite/examples/runtime_gpu_extend/src/
Dcustom_add_infer.cc39 return kLiteInferInvalid; in Infer()
/third_party/mindspore/mindspore/lite/examples/runtime_extend/src/
Dcustom_add_infer.cc38 return kLiteInferInvalid; in Infer()
/third_party/mindspore/mindspore/lite/examples/converter_extend/src/
Dcustom_add_infer.cc38 return kLiteInferInvalid; in Infer()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dstatus.h101 kLiteInferInvalid = kLite | (0x0FFFFFFF & -501), /**< Invalid infer shape before runtime. */ enumerator
/third_party/mindspore/include/api/
Dstatus.h103 kLiteInferInvalid = kLite | (0x0FFFFFFF & -501), /**< Invalid infer shape before runtime. */ enumerator
/third_party/mindspore/mindspore/core/utils/
Dstatus.cc157 … {kLiteInferInvalid, "Invalid infer shape before runtime."}, in CodeAsCString()
/third_party/mindspore/mindspore/lite/src/runtime/
Dinfer_manager.cc74 if (ret == kLiteInferInvalid) { in KernelInferShape()