Home
last modified time | relevance | path

Searched refs:kPageTypeRaw (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_page_test.cc49 const std::string kGoldenType = kPageTypeRaw; in TEST_F()
133 const std::string kGoldenType = kPageTypeRaw; in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_page.h32 const std::string kPageTypeRaw = "RAW_DATA"; variable
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_writer.cc865 …auto page = Page(++page_id, shard_id, kPageTypeRaw, ++page_type_id, 0, 0, row_group_ids, shift_siz… in ShiftRawPage()
900 auto page = Page(++page_id, shard_id, kPageTypeRaw, ++page_type_id, 0, 0, row_group_ids, 0); in EmptyRawPage()
1112 auto last_raw_page_id = shard_header_->GetLastPageIdByType(shard_id, kPageTypeRaw); in SetLastRawPage()