Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc112 std::string raw_header_content = std::string(header_content.begin(), header_content.end()); in ValidateHeader() local
115 json_header = json::parse(raw_header_content); in ValidateHeader()