DeleteSessionTensor
tensorflow C++ API
tensorflow::ops::DeleteSessionTensor
Delete the tensor specified by its handle in the session.
Summary
Arguments:
- scope: A Scope object
- handle: The handle for a tensor stored in the session state.
Returns:
- the created
Operation
DeleteSessionTensor block
Source link : https://github.com/EXPNUNI/enuSpace-Tensorflow/blob/master/enuSpaceTensorflow/tf_data_flow_ops.cpp
Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
- handle: The handle for a tensor stored in the session state.
Return:
- Operation handle: Output object of DeleteSessionTensor class object.
Result:
- std::vector(Tensor) product_result : Returned object of executed result by calling session.
Using Method
Issue : https://github.com/tensorflow/tensorflow/issues/12901