Home
last modified time | relevance | path

Searched defs:GetNextRow (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/
Diterator.cc50 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/
Dtree_adapter_lite.cc59 Status TreeAdapterLite::GetNextRow(TensorRow *const row) { in GetNextRow() function in mindspore::dataset::TreeAdapterLite
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dtake_op.cc44 Status TakeOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::TakeOp
Dskip_op.cc49 Status SkipOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::SkipOp
Depoch_ctrl_op.cc43 Status EpochCtrlOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::EpochCtrlOp
Drepeat_op.cc60 Status RepeatOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::RepeatOp
Drename_op.cc36 Status RenameOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::RenameOp
Dproject_op.cc51 Status ProjectOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::ProjectOp
Dzip_op.cc122 Status ZipOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::ZipOp
Dconcat_op.cc150 Status ConcatOp::GetNextRow(TensorRow *row, int32_t worker_id, bool retry_if_eoe) { in GetNextRow() function in mindspore::dataset::ConcatOp
Ddataset_op.cc262 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/
Diterator.h66 Status GetNextRow(MSTensorMap *row) { in GetNextRow() function
/third_party/mindspore/mindspore/lite/minddata/wrapper/
Dalbum_op_android.cc124 bool AlbumOp::GetNextRow(std::unordered_map<std::string, std::shared_ptr<Tensor>> *map_row) { in GetNextRow() function in mindspore::dataset::AlbumOp