aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.get_session_tensor.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.get_session_tensor.md')
-rw-r--r--tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.get_session_tensor.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.get_session_tensor.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.get_session_tensor.md
new file mode 100644
index 0000000000..215647a989
--- /dev/null
+++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.get_session_tensor.md
@@ -0,0 +1,22 @@
+### `tf.get_session_tensor(dtype, name=None)` {#get_session_tensor}
+
+Get the tensor of type `dtype` by feeding a tensor handle.
+
+This is EXPERIMENTAL and subject to change.
+
+Get the value of the tensor from a tensor handle. The tensor
+is produced in a previous run() and stored in the state of the
+session.
+
+##### Args:
+
+
+* <b>`dtype`</b>: The type of the output tensor.
+* <b>`name`</b>: Optional name prefix for the return tensor.
+
+##### Returns:
+
+ A pair of tensors. The first is a placeholder for feeding a
+ tensor handle and the second is the tensor in the session state
+ keyed by the tensor handle.
+