W3cubDocs

/TensorFlow C++

tensorflow::ops::FixedLengthRecordReader

#include <io_ops.h>

A Reader that outputs fixed-length records from a file.

Summary

Arguments:

Optional attributes (see Attrs):

  • container: If non-empty, this reader is placed in the given container. Otherwise, a default container is used.
  • shared_name: If non-empty, this reader is named in the given bucket with this shared_name. Otherwise, the node name is used instead.

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.

Public attributes

reader_handle

::tensorflow::Output reader_handle

Public functions

FixedLengthRecordReader

 FixedLengthRecordReader(
  const ::tensorflow::Scope & scope,
  int64 record_bytes
)

FixedLengthRecordReader

 FixedLengthRecordReader(
  const ::tensorflow::Scope & scope,
  int64 record_bytes,
  const FixedLengthRecordReader::Attrs & attrs
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

Public static functions

Container

Attrs Container(
  StringPiece x
)

FooterBytes

Attrs FooterBytes(
  int64 x
)

HeaderBytes

Attrs HeaderBytes(
  int64 x
)

SharedName

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