Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/layers/
Dnormalization.py689 def _do_update(): function
698 return control_flow_util.smart_cond(training, _do_update, _fake_update)
865 def _do_update(var, value): function
871 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)