/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_dataset_album_test.cc | 30 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
|
D | album_op_test.cc | 40 …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
|
D | batch_op_test.cc | 50 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
|
D | schema_test.cc | 38 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
|
D | c_api_pull_based_test.cc | 31 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
|
D | c_api_dataset_ops_test.cc | 606 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
|
D | c_api_cache_test.cc | 419 std::string schema_file = datasets_root_path_ + "/testAlbum/datasetSchema.json"; in TEST_F() local
|
/third_party/mindspore/mindspore/lite/minddata/example/ |
D | testresize.cpp | 45 std::string schema_file = "./testAlbum/datasetSchema.json"; in main() local
|
/third_party/flatbuffers/samples/ |
D | sample_bfbs.cpp | 27 std::string schema_file; in main() local
|
/third_party/mindspore/mindspore/lite/minddata/wrapper/ |
D | album_op_android.cc | 27 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
|
D | MDToDApi.cc | 111 std::string schema_file(MDConf.pSchemFile); in MDToDApi_createPipeLine() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/schema/ |
D | bindings.cc | 31 .def(py::init([](std::string schema_file) { in __anon7fcc51e20102()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/liteapi/include/ |
D | datasets.h | 314 explicit SchemaObj(const std::string &schema_file = "") : SchemaObj(StringToChar(schema_file)) {} in SchemaObj()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | datasets.h | 486 explicit SchemaObj(const std::string &schema_file = "") : SchemaObj(StringToChar(schema_file)) {} in SchemaObj()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | datasets.cc | 389 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/ |
D | datasets.py | 4754 def __init__(self, schema_file=None): argument
|