/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | iterator.cc | 50 Status Iterator::GetNextRow(MSTensorVec *row) { in GetNextRow() function in mindspore::dataset::Iterator 117 Status PullIterator::GetNextRow(MSTensorVec *const row) { in GetNextRow() function in mindspore::dataset::PullIterator
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ |
D | tree_adapter_lite.cc | 59 Status TreeAdapterLite::GetNextRow(TensorRow *const row) { in GetNextRow() function in mindspore::dataset::TreeAdapterLite
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | take_op.cc | 44 Status TakeOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::TakeOp
|
D | skip_op.cc | 49 Status SkipOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::SkipOp
|
D | epoch_ctrl_op.cc | 43 Status EpochCtrlOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::EpochCtrlOp
|
D | repeat_op.cc | 60 Status RepeatOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::RepeatOp
|
D | rename_op.cc | 36 Status RenameOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::RenameOp
|
D | project_op.cc | 51 Status ProjectOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::ProjectOp
|
D | zip_op.cc | 122 Status ZipOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::ZipOp
|
D | concat_op.cc | 150 Status ConcatOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::ConcatOp
|
D | dataset_op.cc | 262 Status DatasetOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::DatasetOp
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/include/dataset/ |
D | iterator.h | 66 Status GetNextRow(MSTensorMap *row) { in GetNextRow() function
|
/third_party/mindspore/mindspore/lite/minddata/wrapper/ |
D | album_op_android.cc | 124 bool AlbumOp::GetNextRow(std::unordered_map<std::string, std::shared_ptr<Tensor>> *map_row) { in GetNextRow() function in mindspore::dataset::AlbumOp
|