Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 410 Bytes

release_session.md

File metadata and controls

16 lines (9 loc) · 410 Bytes

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:

  • handle: A Tensor of type string. handle to a ComputeSession.
  • name: A name for the operation (optional).

Returns:

The created Operation.