From: Austin Anderson Date: Wed, 13 Dec 2017 19:27:29 +0000 (-0800) Subject: Update docs as per #15325 X-Git-Tag: v1.5.0-rc0~52^2~1^2~29 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3425ae40aa54f16776bfcfe3be9c42bdb426cc20;p=platform%2Fupstream%2Ftensorflow.git Update docs as per #15325 PiperOrigin-RevId: 178932328 --- diff --git a/tensorflow/docs_src/programmers_guide/tensors.md b/tensorflow/docs_src/programmers_guide/tensors.md index 47d4db2a56..58a80d5339 100644 --- a/tensorflow/docs_src/programmers_guide/tensors.md +++ b/tensorflow/docs_src/programmers_guide/tensors.md @@ -112,8 +112,8 @@ For example, the following method programmatically determines the rank of the `tf.Tensor` defined in the previous section: ```python -r = tf.rank(my3d) -# After the graph runs, r will hold the value 3. +r = tf.rank(my_image) +# After the graph runs, r will hold the value 4. ``` ### Referring to `tf.Tensor` slices