Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dbtree.h42 static constexpr slot_type kInnerSlots = 128; member
254 bool is_full() const override { return (slotuse_ == traits::kInnerSlots); } in is_full()
267 slot_type slot_dir_[traits::kInnerSlots] = {0};
268 key_type keys_[traits::kInnerSlots] = {0};
269 BaseNode *data_[traits::kInnerSlots + 1] = {nullptr};
Dbtree_impl.tpp30 …alloc.allocate(traits::kInnerSlots), [&alloc](slot_type *p) { alloc.deallocate(p, traits::kInnerSl…
42 if ((j + 1) >= traits::kInnerSlots + 1 || (i + 1) >= traits::kInnerSlots + 1) {
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dstorage_manager.h45 static constexpr slot_type kInnerSlots = 256; member
/third_party/mindspore/tests/ut/cpp/dataset/
Dbtree_test.cc35 static const slot_type kInnerSlots = 3; member