Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_header.h118 int GetSchemaCount() const { return schema_.size(); } in GetSchemaCount() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_loader.cc98 …CHECK_FAIL_RETURN_UNEXPECTED(shard_reader_->GetShardHeader()->GetSchemaCount() > 0, "No schema fou… in InitAndLoad()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc526 schema_count_ = shard_header_.GetSchemaCount(); in WriteToDatabase()