tensorflow:: ops:: GetSessionHandleV2
#include <data_flow_ops.h>
Store the input tensor in the state of the current session.
Summary
Args:
- 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.
Constructors and Destructors |
|
---|---|
GetSessionHandleV2(const ::tensorflow::Scope & scope, ::tensorflow::Input value)
|
Public attributes |
|
---|---|
handle
|
|
operation
|
Public functions |
|
---|---|
node() const
|
::tensorflow::Node *
|
operator::tensorflow::Input() const
|
|
operator::tensorflow::Output() const
|
|
Public attributes
handle
::tensorflow::Output handle
operation
Operation operation
Public functions
GetSessionHandleV2
GetSessionHandleV2( const ::tensorflow::Scope & scope, ::tensorflow::Input value )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const