Searched defs:gradient_fp32_sync (Results 1 – 4 of 4) sorted by relevance
67 gradient_fp32_sync=True, search_mode="dynamic_programming"): argument
153 void ParallelContext::set_gradient_fp32_sync(bool gradient_fp32_sync) { gradient_fp32_sync_ = gradi… in set_gradient_fp32_sync()
85 bool gradient_fp32_sync() const { return gradient_fp32_sync_; } in gradient_fp32_sync() function
321 def set_gradient_fp32_sync(self, gradient_fp32_sync): argument