#include <io_ops.h>
A Reader that outputs the lines of a file delimited by '
'.
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: The handle to reference the Reader. Constructors and Destructors | |
---|---|
TextLineReader(const ::tensorflow::Scope & scope) | |
TextLineReader(const ::tensorflow::Scope & scope, const TextLineReader::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) | |
SharedName(StringPiece x) | |
SkipHeaderLines(int64 x) |
Structs | |
---|---|
tensorflow::ops::TextLineReader::Attrs | Optional attribute setters for TextLineReader. |
::tensorflow::Output reader_handle
TextLineReader( const ::tensorflow::Scope & scope )
TextLineReader( const ::tensorflow::Scope & scope, const TextLineReader::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs Container( StringPiece x )
Attrs SharedName( StringPiece x )
Attrs SkipHeaderLines( int64 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/text-line-reader.html