Home
last modified time | relevance | path

Searched refs:child_idx_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/
Ddataset_iterator.cc167 …: current_op_(current_op), child_idx_(child_idx), worker_id_(worker_id), end_epoch_(false), eof_ha… in ChildIterator()
185 RETURN_IF_NOT_OK(current_op_->child(child_idx_)->GetNextRow(out_row, worker_id_)); in FetchNextTensorRow()
189 MS_LOG(DEBUG) << "(" << current_op_->NameWithID() << ", " << child_idx_ << ")" in FetchNextTensorRow()
198 MS_LOG(DEBUG) << "(" << current_op_->NameWithID() << ", " << child_idx_ << ")" in FetchNextTensorRow()
222 RETURN_IF_NOT_OK(current_op_->child(child_idx_)->GetNextRow(&row, worker_id_)); in Drain()
232 return current_op_->child(child_idx_)->column_name_id_map(); in GetColumnNameMap()
Ddataset_iterator.h121 int32_t child_idx_; // The specific child this iterator will fetch from. variable