Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dio_block.cc26 IOBlock::IOBlock(int64_t inKey, IOBlockFlags io_block_flags) : index_keys_(1, inKey), io_block_flag… in IOBlock()
29 IOBlock::IOBlock(const std::vector<int64_t> &in_keys, IOBlockFlags io_block_flags) : io_block_flags… in IOBlock()
34 IOBlock::IOBlock(IOBlockFlags io_block_flags) : io_block_flags_(io_block_flags) {} in IOBlock()
57 …::FilenameBlock(int64_t key, int64_t start_offset, int64_t end_offset, IOBlockFlags io_block_flags) in FilenameBlock()
61 FilenameBlock::FilenameBlock(IOBlockFlags io_block_flags) in FilenameBlock()