mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Shorten docstring line.
PiperOrigin-RevId: 163269709
This commit is contained in:
parent
69e323cc62
commit
1b8458a1c9
|
|
@ -51,8 +51,8 @@ def assign_moving_average(variable, value, decay, zero_debias=True, name=None):
|
||||||
variable: A Variable.
|
variable: A Variable.
|
||||||
value: A tensor with the same shape as 'variable'.
|
value: A tensor with the same shape as 'variable'.
|
||||||
decay: A float Tensor or float value. The moving average decay.
|
decay: A float Tensor or float value. The moving average decay.
|
||||||
zero_debias: A python bool. If true, assume the variable is 0-initialized and
|
zero_debias: A python bool. If true, assume the variable is 0-initialized
|
||||||
unbias it, as in https://arxiv.org/abs/1412.6980. See docstring in
|
and unbias it, as in https://arxiv.org/abs/1412.6980. See docstring in
|
||||||
`_zero_debias` for more details.
|
`_zero_debias` for more details.
|
||||||
name: Optional name of the returned operation.
|
name: Optional name of the returned operation.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user