Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_header.cc280 std::string schema_description = schema["desc"].get<std::string>(); in ParseSchema() local
283 std::shared_ptr<Schema> parsed_schema = Schema::Build(schema_description, schema_body); in ParseSchema()