#include <io_ops.h>
A Reader that outputs the records from a TensorFlow Records file.
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: The handle to reference the Reader. Constructors and Destructors | |
---|---|
TFRecordReader(const ::tensorflow::Scope & scope) | |
TFRecordReader(const ::tensorflow::Scope & scope, const TFRecordReader::Attrs & attrs) |
Public attributes | |
---|---|
reader_handle |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
CompressionType(StringPiece x) | |
Container(StringPiece x) | |
SharedName(StringPiece x) |
Structs | |
---|---|
tensorflow::ops::TFRecordReader::Attrs | Optional attribute setters for TFRecordReader. |
::tensorflow::Output reader_handle
TFRecordReader( const ::tensorflow::Scope & scope )
TFRecordReader( const ::tensorflow::Scope & scope, const TFRecordReader::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs CompressionType( StringPiece x )
Attrs Container( StringPiece x )
Attrs SharedName( StringPiece x )
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/t-f-record-reader.html