Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/pipeline_transformer/
Dpipeline_transformer.h98 int64_t micro_size_ = 0; variable
Dpipeline_transformer.cc166 micro_size_ = micro_size; in LabelMicroBatch()
822 if (root_->has_flag(TRAINING) && (stage_num > micro_size_)) { in CutBorder()
823 …MS_LOG(EXCEPTION) << "MicroBatch size: " << micro_size_ << " can't less than stage num: " << stage… in CutBorder()