GetSessionHandleV2
tensorflow C++ API
tensorflow::ops::GetSessionHandleV2
Store the input tensor in the state of the current session.
Summary
Arguments:
- scope: A Scope object
- value: The tensor to be stored.
Returns:
Output
: The handle for the tensor stored in the session state, represented as a ResourceHandle object.
GetSessionHandleV2 block
Source link : https://github.com/EXPNUNI/enuSpace-Tensorflow/blob/master/enuSpaceTensorflow/tf_data_flow_ops.cpp
Argument:
- scope: A Scope object
- value: The tensor to be stored.
Return:
- Output handle: Output object of GetSessionHandle 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