Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_schema.cc43 json Schema::GetSchema() const { in GetSchema() function in mindspore::mindrecord::Schema
148 if (this->GetDesc() != b.GetDesc() || this->GetSchema() != b.GetSchema()) { in operator ==()
Dshard_header.cc355 [](const std::shared_ptr<Schema> &schema) { return schema->GetSchema(); }); in SerializeSchema()
495 json schema = schema_ptr->GetSchema().at("schema"); in AddIndexFields()
552 json schema = schema_ptr->GetSchema().at("schema"); in AddIndexFields()
Dshard_column.cc27 json schema_json = first_schema->GetSchema(); in ShardColumn()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/include/
Dshard_schema.h53 json GetSchema() const;
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Drandom_node.h97 const std::shared_ptr<SchemaObj> &GetSchema() const { return schema_; } in GetSchema() function
/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_schema_test.cc112 json schema_json = schema->GetSchema(); in TEST_F()
Dut_shard.cc56 common::SafeCStr(schema->GetSchema().dump()); in TEST_F()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/io/
Dshard_index_generator.cc60 auto schema = shard_header_.GetSchemas()[0]->GetSchema()["schema"]; in GetValueByField()
248 json json_schema = (schema_ptr->GetSchema())["schema"]; in CreateDatabase()
482 …std::string field_type = ConvertJsonToSQL(TakeFieldType(field.second, schema_ptr->GetSchema()["sch… in GenerateIndexFields()
Dshard_reader.cc169 auto schema = p->GetSchema()["schema"]; in CheckColumnList()
372 auto schema = shard_header_->GetSchemas()[0]->GetSchema()["schema"]; in ConvertLabelToJson()
612 auto schema = shard_header_->GetSchemas()[0]->GetSchema(); in GetImageOffset()
655 auto schema = shard_header_->GetSchemas()[0]->GetSchema(); in GetPagesByCategory()
862 auto schema = shard_header_->GetSchemas()[0]->GetSchema()["schema"]; in GetLabels()
Dshard_writer.cc189 json jsonSchema = schema->GetSchema()["schema"]; in SetShardHeader()
340 json schema = schema_ptr->GetSchema()["schema"]; in CheckData()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/gnn/
Dgraph_loader.cc101 graph_impl_->data_schema_ = (shard_reader_->GetShardHeader()->GetSchemas()[0]->GetSchema()); in InitAndLoad()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_pybind.cc55 json schema_json = s.GetSchema(); in BindSchema()
/third_party/flatbuffers/include/flatbuffers/
Dreflection_generated.h1233 inline const reflection::Schema *GetSchema(const void *buf) { in GetSchema() function
/third_party/flatbuffers/tests/
Dtest.cpp911 auto &schema = *reflection::GetSchema(bfbsfile.c_str()); in ReflectionTest()
2821 auto schema = reflection::GetSchema(parser.builder_.GetBufferPointer()); in UnionVectorTest()
/third_party/flatbuffers/src/
Didl_parser.cpp3857 : reflection::GetSchema(buf); in Deserialize()