Very minor formatting change.

PiperOrigin-RevId: 246596295
This commit is contained in:
Steve Chien 2019-05-03 16:41:20 -07:00 committed by A. Unique TensorFlower
parent 28639ba0a8
commit 098940bf1b

View file

@ -34,7 +34,7 @@ class TensorBuffer(object):
Args:
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.
dtype: The type of the tensors.
name: A string name for the variable_scope used.