tensorflow::ops::GetSessionHandle

#include <data_flow_ops.h>

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.

Constructors and Destructors

GetSessionHandle(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

GetSessionHandle

 GetSessionHandle(
  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