Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_header.h42 static Status BuildSingleHeader(const std::string &file_path, std::shared_ptr<json> *header_ptr);
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc40 RETURN_IF_NOT_OK(ShardHeader::BuildSingleHeader(file_path_, &header_ptr)); in Build()
Dshard_writer.cc152 RETURN_IF_NOT_OK(ShardHeader::BuildSingleHeader(path, &header_ptr)); in OpenForAppend()
Dshard_reader.cc61 RETURN_IF_NOT_OK(ShardHeader::BuildSingleHeader(file_path, &header_ptr)); in GetMeta()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc123 Status ShardHeader::BuildSingleHeader(const std::string &file_path, std::shared_ptr<json> *header_p… in BuildSingleHeader() function in mindspore::mindrecord::ShardHeader