Home
last modified time | relevance | path

Searched refs:GetNextAsMap (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/
Dbatch_op_test.cc64 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 …]
Dimage_folder_op_test.cc95 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 …]
Dmanifest_op_test.cc75 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()
Dalbum_op_test.cc80 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()
Dceleba_op_test.cc83 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()
Dcifar_op_test.cc100 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()
Dmap_op_test.cc177 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 …]
Dir_callback_test.cc172 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/
Dpull_based_tree_consumer.h56 Status GetNextAsMap(std::unordered_map<std::string, TensorPtr> *out);
Dpull_based_tree_consumer.cc53 Status PullBasedIteratorConsumer::GetNextAsMap(std::unordered_map<std::string, TensorPtr> *const ou… in GetNextAsMap() function in mindspore::dataset::PullBasedIteratorConsumer
Dtree_consumer.h78 Status GetNextAsMap(std::unordered_map<std::string, TensorPtr> *const out);
Dtree_consumer.cc84 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/
Ddataset_iterator.h67 Status GetNextAsMap(TensorMap *out_map);
Ddataset_iterator.cc34 Status DatasetIterator::GetNextAsMap(TensorMap *out_map) { in GetNextAsMap() function in mindspore::dataset::DatasetIterator
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Diterator.cc35 Status rc = consumer_->GetNextAsMap(&md_map); in GetNextRowCharIF()
/third_party/mindspore/mindspore/dataset/engine/
Diterators.py178 return {k: self._transform_tensor(t) for k, t in self._iterator.GetNextAsMap().items()}