Searched refs:_do_update (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/ |
D | normalization.py | 533 def _do_update(): function 553 return tf_utils.smart_cond(training, _do_update, _fake_update) 678 def _do_update(var, value): function 690 lambda: _do_update(self.moving_mean, new_mean), 694 lambda: _do_update(self.moving_variance, new_variance), 697 def _do_update(var, value): function 704 lambda: _do_update(self.moving_mean, new_mean), 708 lambda: _do_update(self.moving_variance, new_variance),
|