Home
last modified time | relevance | path

Searched defs:schema_file (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dc_api_dataset_album_test.cc30 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
63 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
118 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
145 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
181 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
213 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
228 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
243 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
Dalbum_op_test.cc40 …r<AlbumOp> AlbumSchema(int64_t num_works, int64_t conns, std::string path, std::string schema_file, in AlbumSchema()
69 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
96 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
123 std::string schema_file = datasets_root_path_ + "/testAlbum/floatSchema.json"; in TEST_F() local
152 std::string schema_file = datasets_root_path_ + "/testAlbum/fullSchema.json"; in TEST_F() local
Dbatch_op_test.cc50 std::string schema_file = datasets_root_path_ + "/testBatchDataset/test.data"; in TEST_F() local
84 std::string schema_file = datasets_root_path_ + "/testBatchDataset/test.data"; in TEST_F() local
134 std::string schema_file = datasets_root_path_ + "/testBatchDataset/test.data"; in TEST_F() local
191 std::string schema_file = datasets_root_path_ + "/testBatchDataset/test.data"; in TEST_F() local
244 std::string schema_file = datasets_root_path_ + "/testBatchDataset/test.data"; in TEST_F() local
297 std::string schema_file = datasets_root_path_ + "/testBatchDataset/test.data"; in TEST_F() local
Dschema_test.cc38 std::string schema_file = datasets_root_path_ + "/testDataset2/datasetSchema.json"; in TEST_F() local
51 std::string schema_file = datasets_root_path_ + "/testAlbum/fullSchema.json"; in TEST_F() local
Dc_api_pull_based_test.cc31 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
56 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
Dc_api_dataset_ops_test.cc606 std::string schema_file = datasets_root_path_ + "/test_tf_file_3_images/datasetSchema.json"; in TEST_F() local
663 std::string schema_file = datasets_root_path_ + "/test_tf_file_3_images/datasetSchema.json"; in TEST_F() local
710 std::string schema_file = datasets_root_path_ + "/test_tf_file_3_images/datasetSchema.json"; in TEST_F() local
732 std::string schema_file = datasets_root_path_ + "/test_tf_file_3_images/datasetSchema.json"; in TEST_F() local
768 std::string schema_file = datasets_root_path_ + "/test_tf_file_3_images/datasetSchema.json"; in TEST_F() local
Dc_api_cache_test.cc419 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
/third_party/mindspore/mindspore/lite/minddata/example/
Dtestresize.cpp45 std::string schema_file = "./testAlbum/datasetSchema.json"; in main() local
/third_party/flatbuffers/samples/
Dsample_bfbs.cpp27 std::string schema_file; in main() local
/third_party/mindspore/mindspore/lite/minddata/wrapper/
Dalbum_op_android.cc27 AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string &schema_file, in AlbumOp()
44 AlbumOp::AlbumOp(const std::string &file_dir, bool do_decode, const std::string &schema_file, in AlbumOp()
76 Path schema_file(schema_file_); in PrescanEntry() local
DMDToDApi.cc111 std::string schema_file(MDConf.pSchemFile); in MDToDApi_createPipeLine() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/schema/
Dbindings.cc31 .def(py::init([](std::string schema_file) { in __anon7fcc51e20102()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/liteapi/include/
Ddatasets.h314 explicit SchemaObj(const std::string &schema_file = "") : SchemaObj(StringToChar(schema_file)) {} in SchemaObj()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/
Ddatasets.h486 explicit SchemaObj(const std::string &schema_file = "") : SchemaObj(StringToChar(schema_file)) {} in SchemaObj()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Ddatasets.cc389 std::shared_ptr<SchemaObj> SchemaCharIF(const std::vector<char> &schema_file) { in SchemaCharIF()
637 SchemaObj::SchemaObj(const std::vector<char> &schema_file) : data_(std::make_shared<Data>()) { in SchemaObj()
648 Path schema_file(real_path); in Init() local
/third_party/mindspore/mindspore/dataset/engine/
Ddatasets.py4754 def __init__(self, schema_file=None): argument