| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
| D | image_folder_node.cc | 38 std::map<std::string, int32_t> class_indexing, in ImageFolderNode() 177 std::map<std::string, int32_t> class_indexing; in from_json() local
|
| D | manifest_node.cc | 36 const std::map<std::string, int32_t> &class_indexing, bool decode, in ManifestNode() 172 std::map<std::string, int32_t> class_indexing; in from_json() local
|
| D | voc_node.cc | 37 …const std::map<std::string, int32_t> &class_indexing, bool decode, std::shared_ptr<SamplerObj> sam… in VOCNode() 230 std::map<std::string, int32_t> class_indexing; in from_json() local
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/ |
| D | ir_sampler_test.cc | 154 std::map<std::string, int32_t> class_indexing = {}; in TEST_F() local 187 std::map<std::string, int32_t> class_indexing = {}; in TEST_F() local
|
| D | deserialize_test.cc | 290 std::map<std::string, int32_t> class_indexing = {}; in TEST_F() local 324 std::map<std::string, int32_t> class_indexing = {}; in TEST_F() local 357 std::map<std::string, int32_t> class_indexing = {}; in TEST_F() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/ |
| D | datasets.cc | 1344 const std::map<std::vector<char>, int32_t> &class_indexing, in ImageFolderDataset() 1358 const std::map<std::vector<char>, int32_t> &class_indexing, in ImageFolderDataset() 1373 const std::map<std::vector<char>, int32_t> &class_indexing, in ImageFolderDataset() 1578 … const std::map<std::vector<char>, int32_t> &class_indexing, bool decode, in ManifestDataset() 1587 … const Sampler *sampler, const std::map<std::vector<char>, int32_t> &class_indexing, in ManifestDataset() 1597 … const std::map<std::vector<char>, int32_t> &class_indexing, bool decode, in ManifestDataset() 1963 … const std::vector<char> &usage, const std::map<std::vector<char>, int32_t> &class_indexing, in VOCDataset() 1973 … const std::vector<char> &usage, const std::map<std::vector<char>, int32_t> &class_indexing, in VOCDataset() 1983 … const std::vector<char> &usage, const std::map<std::vector<char>, int32_t> &class_indexing, in VOCDataset()
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/source/ |
| D | bindings.cc | 383 const py::object &decrypt_obj) { in __anon3b221fe02e02() 508 … const py::handle &sampler, const py::dict &class_indexing, bool decode) { in __anon3b221fe04202() 825 bool extra_metadata, const py::object &decrypt_obj) { in __anon3b221fe07502()
|
| /third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/dataset/engine/ |
| D | datasets_vision.py | 2198 … extensions=None, class_indexing=None, decode=False, num_shards=None, shard_id=None, cache=None, argument 2821 … sampler=None, class_indexing=None, decode=False, num_shards=None, shard_id=None, cache=None): argument 4648 …def __init__(self, dataset_dir, task="Segmentation", usage="train", class_indexing=None, num_sampl… argument
|