aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/python/session_ops.md
blob: 5f41bcf209b13b4f3a4a14322cf20e82cc3d27d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Tensor Handle Operations

Note: Functions taking `Tensor` arguments can also take anything accepted by
`tf.convert_to_tensor`.

[TOC]

## Tensor Handle Operations

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`