release_session.md 410 Bytes
Newer Older
Ivan Bogatyy's avatar
Ivan Bogatyy committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# dragnn_ops.release_session(handle, name=None)

### `dragnn_ops.release_session(handle, name=None)`

Defined in `tensorflow/dragnn/core/ops/gen_dragnn_ops.py`.

Given a handle to the ComputeSession, deletes it from memory.

#### Args:

*   <b>`handle`</b>: A `Tensor` of type `string`. handle to a ComputeSession.
*   <b>`name`</b>: A name for the operation (optional).

#### Returns:

The created Operation.