aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-06-05 01:57:19 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-05 01:59:33 -0700
commit540333664e90cd64afd99df24bda374368682a60 (patch)
treef98db351506f34899bb333cce5f903182548fad9 /tensorflow
parentbf8d058ccaf30bc05bce5d4b13133d14aca42dfe (diff)
Added missing backtick in tf.ones_like documentation
PiperOrigin-RevId: 199262414
Diffstat (limited to 'tensorflow')
-rw-r--r--tensorflow/python/ops/array_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/python/ops/array_ops.py b/tensorflow/python/ops/array_ops.py
index 3c4946ae5f..8129334703 100644
--- a/tensorflow/python/ops/array_ops.py
+++ b/tensorflow/python/ops/array_ops.py
@@ -1623,7 +1623,7 @@ def ones_like(tensor, dtype=None, name=None, optimize=True):
Args:
tensor: A `Tensor`.
dtype: A type for the returned `Tensor`. Must be `float32`, `float64`,
- `int8`, `uint8`, `int16`, `uint16`, int32`, `int64`,
+ `int8`, `uint8`, `int16`, `uint16`, `int32`, `int64`,
`complex64`, `complex128` or `bool`.
name: A name for the operation (optional).
optimize: if true, attempt to statically determine the shape of 'tensor'