tensorflow::ops::TextLineReader::Attrs

#include <io_ops.h>

Optional attribute setters for TextLineReader.

Summary

Public attributes

container_ = ""
StringPiece
shared_name_ = ""
StringPiece
skip_header_lines_ = 0
int64

Public functions

Container(StringPiece x)
TF_MUST_USE_RESULT Attrs
If non-empty, this reader is placed in the given container.
SharedName(StringPiece x)
TF_MUST_USE_RESULT Attrs
If non-empty, this reader is named in the given bucket with this shared_name.
SkipHeaderLines(int64 x)
TF_MUST_USE_RESULT Attrs
Number of lines to skip from the beginning of every file.

Public attributes

Public functions