Searched refs:_period (Results 1 – 3 of 3) sorted by relevance
124 self._period = communication_period182 global_norm.append(state_ops.assign(g, g / self._period))209 math_ops.mod(self._local_step, self._period), 0)
192 self._period = communication_period346 math_ops.mod(self._local_step, self._period), 0)
63 …explicit replay_observer_state(count_type _count, period_type _period, coordination_type _coordina… in replay_observer_state() argument65 , period(_period) in replay_observer_state()