Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Dbatch_op.cc65 batch_cnt_(0) { in BatchOp()
86 batch_cnt_(0) { in BatchOp()
583 RETURN_IF_NOT_OK(GetBatchSize(&cur_batch_size, CBatchInfo(0, batch_num_, batch_cnt_))); in GetNextRowPullMode()
600 batch_cnt_++; in GetNextRowPullMode()
Dbatch_op.h280 int64_t batch_cnt_; variable