Home
last modified time | relevance | path

Searched refs:kMDBoundingBoxOutOfBounds (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/
Dbounding_box.cc73 return Status(StatusCode::kMDBoundingBoxOutOfBounds, __LINE__, __FILE__, in ValidateBoundingBoxes()
80 return Status(StatusCode::kMDBoundingBoxOutOfBounds, __LINE__, __FILE__, in ValidateBoundingBoxes()
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dstatus.h52 kMDBoundingBoxOutOfBounds = kMD | 11, enumerator
/third_party/mindspore/include/api/
Dstatus.h52 kMDBoundingBoxOutOfBounds = kMD | 11, enumerator
/third_party/mindspore/mindspore/core/utils/
Dstatus.cc122 … {kMDBoundingBoxOutOfBounds, "Unexpected error"}, in CodeAsCString()