Searched defs:set_gradient_fp32_sync (Results 1 – 2 of 2) sorted by relevance
153 void ParallelContext::set_gradient_fp32_sync(bool gradient_fp32_sync) { gradient_fp32_sync_ = gradi… in set_gradient_fp32_sync() function in mindspore::parallel::ParallelContext
321 def set_gradient_fp32_sync(self, gradient_fp32_sync): member in _AutoParallelContext