Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/opt/python/training/
Dagn_optimizer.py124 self._period = communication_period
182 global_norm.append(state_ops.assign(g, g / self._period))
209 math_ops.mod(self._local_step, self._period), 0)
Delastic_average_optimizer.py192 self._period = communication_period
346 math_ops.mod(self._local_step, self._period), 0)
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-replaysubject.hpp63 …explicit replay_observer_state(count_type _count, period_type _period, coordination_type _coordina… in replay_observer_state() argument
65 , period(_period) in replay_observer_state()