Home
last modified time | relevance | path

Searched refs:GetTreeBatchSize (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/
Ddataset_op.cc434 int64_t DatasetOp::GetTreeBatchSize() { in GetTreeBatchSize() function in mindspore::dataset::DatasetOp
436 return child_[0]->GetTreeBatchSize(); in GetTreeBatchSize()
441 return child_[child_.size() - 1]->GetTreeBatchSize(); in GetTreeBatchSize()
Dbatch_op.h210 int64_t GetTreeBatchSize() override;
Ddataset_op.h167 virtual int64_t GetTreeBatchSize();
Dbatch_op.cc569 int64_t BatchOp::GetTreeBatchSize() { in GetTreeBatchSize() function in mindspore::dataset::BatchOp
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/consumers/
Dtree_consumer.cc618 *batch_size = root->GetTreeBatchSize(); in GetBatchSize()