From 098940bf1b77a7d1327c94821d76c617c89b87f8 Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Fri, 3 May 2019 16:41:20 -0700 Subject: [PATCH] Very minor formatting change. PiperOrigin-RevId: 246596295 --- privacy/analysis/tensor_buffer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/privacy/analysis/tensor_buffer.py b/privacy/analysis/tensor_buffer.py index d5965ea..520f80e 100644 --- a/privacy/analysis/tensor_buffer.py +++ b/privacy/analysis/tensor_buffer.py @@ -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.