#include <io_ops.h>
Optional attribute setters for FixedLengthRecordReader.
Public attributes | |
---|---|
container_ = "" | StringPiece |
footer_bytes_ = 0 | int64 |
header_bytes_ = 0 | int64 |
shared_name_ = "" | StringPiece |
Public functions | |
---|---|
Container(StringPiece x) | If non-empty, this reader is placed in the given container. |
FooterBytes(int64 x) | Defaults to 0. |
HeaderBytes(int64 x) | Defaults to 0. |
SharedName(StringPiece x) | If non-empty, this reader is named in the given bucket with this shared_name. |
StringPiece tensorflow::ops::FixedLengthRecordReader::Attrs::container_ = ""
int64 tensorflow::ops::FixedLengthRecordReader::Attrs::footer_bytes_ = 0
int64 tensorflow::ops::FixedLengthRecordReader::Attrs::header_bytes_ = 0
StringPiece tensorflow::ops::FixedLengthRecordReader::Attrs::shared_name_ = ""
Attrs tensorflow::ops::FixedLengthRecordReader::Attrs::Container( StringPiece x )
If non-empty, this reader is placed in the given container.
Otherwise, a default container is used.
Defaults to ""
Attrs tensorflow::ops::FixedLengthRecordReader::Attrs::FooterBytes( int64 x )
Defaults to 0.
Attrs tensorflow::ops::FixedLengthRecordReader::Attrs::HeaderBytes( int64 x )
Defaults to 0.
Attrs tensorflow::ops::FixedLengthRecordReader::Attrs::SharedName( StringPiece x )
If non-empty, this reader is named in the given bucket with this shared_name.
Otherwise, the node name is used instead.
Defaults to ""
© 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/struct/tensorflow/ops/fixed-length-record-reader/attrs.html