/third_party/mindspore/tests/ut/cpp/dataset/ |
D | batch_op_test.cc | 64 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 74 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 112 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 116 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 120 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 124 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 165 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 169 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 173 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 177 rc = di.GetNextAsMap(&tensor_map); in TEST_F() [all …]
|
D | image_folder_op_test.cc | 95 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 104 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 121 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 129 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 151 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 160 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 187 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 197 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 220 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 228 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() [all …]
|
D | manifest_op_test.cc | 75 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 84 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 105 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 112 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 135 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 144 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 168 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 177 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 197 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 206 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F()
|
D | album_op_test.cc | 80 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 88 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 106 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 114 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 133 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 143 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 162 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 175 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F()
|
D | celeba_op_test.cc | 83 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 92 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 130 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 139 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 162 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 171 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F()
|
D | cifar_op_test.cc | 100 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 109 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 129 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 137 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 155 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 167 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F()
|
D | map_op_test.cc | 177 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 225 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 234 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 287 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 365 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 381 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 626 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 638 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 665 ASSERT_OK(di2.GetNextAsMap(&tensor_map)); in TEST_F() 675 ASSERT_OK(di2.GetNextAsMap(&tensor_map)); in TEST_F() [all …]
|
D | ir_callback_test.cc | 172 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 175 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 236 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 240 rc = di.GetNextAsMap(&tensor_map); in TEST_F() 306 ASSERT_OK(di.GetNextAsMap(&tensor_map)); in TEST_F() 310 rc = di.GetNextAsMap(&tensor_map); in TEST_F()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/ |
D | pull_based_tree_consumer.h | 56 Status GetNextAsMap(std::unordered_map<std::string, TensorPtr> *out);
|
D | pull_based_tree_consumer.cc | 53 Status PullBasedIteratorConsumer::GetNextAsMap(std::unordered_map<std::string, TensorPtr> *const ou… in GetNextAsMap() function in mindspore::dataset::PullBasedIteratorConsumer
|
D | tree_consumer.h | 78 Status GetNextAsMap(std::unordered_map<std::string, TensorPtr> *const out);
|
D | tree_consumer.cc | 84 Status IteratorConsumer::GetNextAsMap(std::unordered_map<std::string, TensorPtr> *const out_map) { in GetNextAsMap() function in mindspore::dataset::IteratorConsumer
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | dataset_iterator.h | 67 Status GetNextAsMap(TensorMap *out_map);
|
D | dataset_iterator.cc | 34 Status DatasetIterator::GetNextAsMap(TensorMap *out_map) { in GetNextAsMap() function in mindspore::dataset::DatasetIterator
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | iterator.cc | 35 Status rc = consumer_->GetNextAsMap(&md_map); in GetNextRowCharIF()
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | iterators.py | 178 return {k: self._transform_tensor(t) for k, t in self._iterator.GetNextAsMap().items()}
|