Searched refs:_do_update (Results 1 – 1 of 1) sorted by relevance
689 def _do_update(): function698 return control_flow_util.smart_cond(training, _do_update, _fake_update)865 def _do_update(var, value): function871 true_branch = lambda: _do_update(self.moving_mean, new_mean)881 moving_stddev = _do_update(self.moving_stddev,892 true_branch = lambda: _do_update(self.moving_variance, new_variance)