Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc603 std::ofstream page_out_handle(realpath.value(), std::ios_base::trunc | std::ios_base::out); in PagesToFile() local
604 …CHECK_FAIL_RETURN_UNEXPECTED(page_out_handle.good(), "Failed to open page file, path: " + dump_fil… in PagesToFile()
607 page_out_handle << shard_pages << "\n"; in PagesToFile()
609 page_out_handle.close(); in PagesToFile()