tensorflow::ops::IdentityReader

#include <io_ops.h>

A Reader that outputs the queued work as both the key and value.

Summary

To use, enqueue strings in a Queue. ReaderRead will take the front work string and output (work, work).

Args:

Optional attributes (see Attrs):

  • container: If non-empty, this reader is placed in the given container. Otherwise, a default container is used.
  • shared_name: If non-empty, this reader is named in the given bucket with this shared_name. Otherwise, the node name is used instead.

Returns:

  • Output: The handle to reference the Reader.

Constructors and Destructors

IdentityReader(const ::tensorflow::Scope & scope)
IdentityReader(const ::tensorflow::Scope & scope, const IdentityReader::Attrs & attrs)

Public attributes

operation
reader_handle

Public functions

node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const

Public static functions

Container(StringPiece x)
SharedName(StringPiece x)

Structs

tensorflow::ops::IdentityReader::Attrs

Optional attribute setters for IdentityReader.

Public attributes

operation

Operation operation

reader_handle

::tensorflow::Output reader_handle

Public functions

IdentityReader

 IdentityReader(
  const ::tensorflow::Scope & scope
)

IdentityReader

 IdentityReader(
  const ::tensorflow::Scope & scope,
  const IdentityReader::Attrs & attrs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

 operator::tensorflow::Input() const 

operator::tensorflow::Output

 operator::tensorflow::Output() const 

Public static functions

Container

Attrs Container(
  StringPiece x
)

SharedName

Attrs SharedName(
  StringPiece x
)