#include <data_flow_ops.h>
Emits randomized records.
Arguments:
Optional attributes (see Attrs
):
Returns:
Output
: A tensor of shape [batch_size]. Constructors and Destructors | |
---|---|
RecordInput(const ::tensorflow::Scope & scope, StringPiece file_pattern) | |
RecordInput(const ::tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs) |
Public attributes | |
---|---|
records |
Public functions | |
---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const |
Public static functions | |
---|---|
BatchSize(int64 x) | |
FileBufferSize(int64 x) | |
FileParallelism(int64 x) | |
FileRandomSeed(int64 x) | |
FileShuffleShiftRatio(float x) |
Structs | |
---|---|
tensorflow::ops::RecordInput::Attrs | Optional attribute setters for RecordInput. |
::tensorflow::Output records
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern )
RecordInput( const ::tensorflow::Scope & scope, StringPiece file_pattern, const RecordInput::Attrs & attrs )
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output() const
Attrs BatchSize( int64 x )
Attrs FileBufferSize( int64 x )
Attrs FileParallelism( int64 x )
Attrs FileRandomSeed( int64 x )
Attrs FileShuffleShiftRatio( float 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/record-input.html