GetSessionHandle
tensorflow C++ API
tensorflow::ops::GetSessionHandle
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 string.
GetSessionHandle 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.)
- 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