Delete the tensor specified by its handle in the session.
tf.raw_ops.DeleteSessionTensor(
handle, name=None
)
Args | |
---|---|
handle
|
A Tensor of type string .
The handle for a tensor stored in the session state.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
The created Operation. |