Home
last modified time | relevance | path

Searched refs:kMDBuddySpaceFull (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/
Dstatus.h56 kMDBuddySpaceFull = kMD | 15, enumerator
/third_party/mindspore/include/api/
Dstatus.h56 kMDBuddySpaceFull = kMD | 15, enumerator
/third_party/mindspore/mindspore/core/utils/
Dstatus.cc126 {kMDBuddySpaceFull, "BuddySpace full"}, in CodeAsCString()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dstorage_manager.cc114 if (rc.StatusCode() == StatusCode::kMDBuddySpaceFull) { in Write()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbuddy.cc76 return Status(StatusCode::kMDBuddySpaceFull, "BuddySpace full. Not an error. Please ignore."); in Alloc()