aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/framework
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-09-21 08:42:59 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-21 08:46:29 -0700
commitb79b97cd23a7f8c308c9e8e6fcd425d6a8e9c243 (patch)
tree61bac286acc6c451e3215c78566a024d7f1cbad6 /tensorflow/core/framework
parentbf574689f1aa631bbbb19801050152690772108d (diff)
Fix typo.
PiperOrigin-RevId: 213990950
Diffstat (limited to 'tensorflow/core/framework')
-rw-r--r--tensorflow/core/framework/tensor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/core/framework/tensor.h b/tensorflow/core/framework/tensor.h
index 5f5d2021a4..e412329498 100644
--- a/tensorflow/core/framework/tensor.h
+++ b/tensorflow/core/framework/tensor.h
@@ -154,7 +154,7 @@ class Tensor {
/// Returns the estimated memory usage of this tensor.
size_t TotalBytes() const;
- // Returns the size of sallocated memory for this tensor.
+ // Returns the size of allocated memory for this tensor.
size_t AllocatedBytes() const;
/// Returns true iff this tensor is aligned.