#include <io_ops.h>
A Reader that outputs fixed-length records from a file.
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: The handle to reference the Reader. Constructors and Destructors | |
---|---|
FixedLengthRecordReader(const ::tensorflow::Scope & scope, int64 record_bytes) | |
FixedLengthRecordReader(const ::tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs) |
Public attributes | |
---|---|
reader_handle |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
Container(StringPiece x) | |
FooterBytes(int64 x) | |
HeaderBytes(int64 x) | |
SharedName(StringPiece x) |
Structs | |
---|---|
tensorflow::ops::FixedLengthRecordReader::Attrs | Optional attribute setters for FixedLengthRecordReader. |
::tensorflow::Output reader_handle
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes )
FixedLengthRecordReader( const ::tensorflow::Scope & scope, int64 record_bytes, const FixedLengthRecordReader::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs Container( StringPiece x )
Attrs FooterBytes( int64 x )
Attrs HeaderBytes( int64 x )
Attrs SharedName( StringPiece x )
© 2017 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/fixed-length-record-reader.html