Home
last modified time | relevance | path

Searched refs:set_grad_accumulation_step (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/parallel/
D_auto_parallel_context.py301 def set_grad_accumulation_step(self, grad_accumulation_step): member in _AutoParallelContext
310 self._context_handle.set_grad_accumulation_step(grad_accumulation_step)
647 "grad_accumulation_step": auto_parallel_context().set_grad_accumulation_step,
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dcontext.h86 void set_grad_accumulation_step(int64_t grad_accumulation_step);
Dcontext.cc98 void ParallelContext::set_grad_accumulation_step(int64_t grad_accumulation_step) { in set_grad_accumulation_step() function in mindspore::parallel::ParallelContext
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/
Dinit.cc152 ….def("set_grad_accumulation_step", &ParallelContext::set_grad_accumulation_step, "Set grad accumul… in PYBIND11_MODULE()