Home
last modified time | relevance | path

Searched defs:AutoIndexObj (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dauto_index.h41 AutoIndexObj() : my_tree::BPlusTree(), inx_(kMinKey) {} in AutoIndexObj() function
43 explicit AutoIndexObj(const Allocator<V> &alloc) : my_tree::BPlusTree(alloc), inx_(kMinKey) {} in AutoIndexObj() function