aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/session_ops.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/python/session_ops.md')
-rw-r--r--tensorflow/docs_src/api_guides/python/session_ops.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/tensorflow/docs_src/api_guides/python/session_ops.md b/tensorflow/docs_src/api_guides/python/session_ops.md
index 5176e3549c..5f41bcf209 100644
--- a/tensorflow/docs_src/api_guides/python/session_ops.md
+++ b/tensorflow/docs_src/api_guides/python/session_ops.md
@@ -1,7 +1,7 @@
# Tensor Handle Operations
Note: Functions taking `Tensor` arguments can also take anything accepted by
-@{tf.convert_to_tensor}.
+`tf.convert_to_tensor`.
[TOC]
@@ -10,6 +10,6 @@ Note: Functions taking `Tensor` arguments can also take anything accepted by
TensorFlow provides several operators that allows the user to keep tensors
"in-place" across run calls.
-* @{tf.get_session_handle}
-* @{tf.get_session_tensor}
-* @{tf.delete_session_tensor}
+* `tf.get_session_handle`
+* `tf.get_session_tensor`
+* `tf.delete_session_tensor`