forked from 626_privacy/tensorflow_privacy
Very minor formatting change.
PiperOrigin-RevId: 246596295
This commit is contained in:
parent
28639ba0a8
commit
098940bf1b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ class TensorBuffer(object):
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
capacity: Initial capacity. Buffer will double in capacity each time it is
|
capacity: Initial capacity. Buffer will double in capacity each time it is
|
||||||
filled to capacity.
|
filled to capacity.
|
||||||
shape: The shape (as tuple or list) of the tensors to accumulate.
|
shape: The shape (as tuple or list) of the tensors to accumulate.
|
||||||
dtype: The type of the tensors.
|
dtype: The type of the tensors.
|
||||||
name: A string name for the variable_scope used.
|
name: A string name for the variable_scope used.
|
||||||
|
|
Loading…
Reference in a new issue