Home
last modified time | relevance | path

Searched defs:schema_json (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/tests/ut/cpp/mindrecord/
Dut_shard_schema_test.cc112 json schema_json = schema->GetSchema(); in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/meta/
Dshard_column.cc27 json schema_json = first_schema->GetSchema(); in ShardColumn() local
31 ShardColumn::ShardColumn(const json &schema_json, bool compress_integer) { Init(schema_json, compre… in ShardColumn()
33 void ShardColumn::Init(const json &schema_json, bool compress_integer) { in Init()
/third_party/mindspore/mindspore/ccsrc/minddata/mindrecord/common/
Dshard_pybind.cc49 json schema_json = nlohmann::detail::ToJsonImpl(schema); in BindSchema() local
55 json schema_json = s.GetSchema(); in BindSchema() local