Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcontext.h66 bool full_batch() const { return full_batch_; } in full_batch()
146 bool full_batch_; variable
Dcontext.cc53 full_batch_ = false; in Reset()
92 void ParallelContext::set_full_batch(bool full_batch) { full_batch_ = full_batch; } in set_full_batch()