# 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.