Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc599 Status ShardHeader::PagesToFile(const std::string dump_file_name) { in PagesToFile() argument
600 auto realpath = FileUtils::GetRealPath(dump_file_name.data()); in PagesToFile()
601 …K_FAIL_RETURN_UNEXPECTED(realpath.has_value(), "Failed to get real path, path: " + dump_file_name); in PagesToFile()
604 …AIL_RETURN_UNEXPECTED(page_out_handle.good(), "Failed to open page file, path: " + dump_file_name); in PagesToFile()
613 Status ShardHeader::FileToPages(const std::string dump_file_name) { in FileToPages() argument
617 auto realpath = FileUtils::GetRealPath(dump_file_name.data()); in FileToPages()
618 …K_FAIL_RETURN_UNEXPECTED(realpath.has_value(), "Failed to get real path, path: " + dump_file_name); in FileToPages()
622 "Invalid file, page file does not exist, path: " + dump_file_name); in FileToPages()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_header.h134 Status PagesToFile(const std::string dump_file_name);
136 Status FileToPages(const std::string dump_file_name);
/third_party/mindspore/tests/st/dump/
Dtest_data_dump.py205 dump_file_name = list(Path(dump_file_path).rglob("*SoftmaxCrossEntropyWithLogits*"))[0]
206 dump_file_full_path = os.path.join(dump_file_path, dump_file_name)