#include <data_flow_ops.h>
Optional attribute setters for RecordInput.
Public attributes | |
---|---|
batch_size_ = 32 | int64 |
file_buffer_size_ = 10000 | int64 |
file_parallelism_ = 16 | int64 |
file_random_seed_ = 301 | int64 |
file_shuffle_shift_ratio_ = 0.0f | float |
Public functions | |
---|---|
BatchSize(int64 x) | The batch size. |
FileBufferSize(int64 x) | The randomization shuffling buffer. |
FileParallelism(int64 x) | How many sstables are opened and concurrently iterated over. |
FileRandomSeed(int64 x) | Random seeds used to produce randomized records. |
FileShuffleShiftRatio(float x) | Shifts the list of files after the list is randomly shuffled. |
int64 tensorflow::ops::RecordInput::Attrs::batch_size_ = 32
int64 tensorflow::ops::RecordInput::Attrs::file_buffer_size_ = 10000
int64 tensorflow::ops::RecordInput::Attrs::file_parallelism_ = 16
int64 tensorflow::ops::RecordInput::Attrs::file_random_seed_ = 301
float tensorflow::ops::RecordInput::Attrs::file_shuffle_shift_ratio_ = 0.0f
Attrs tensorflow::ops::RecordInput::Attrs::BatchSize( int64 x )
The batch size.
Defaults to 32
Attrs tensorflow::ops::RecordInput::Attrs::FileBufferSize( int64 x )
The randomization shuffling buffer.
Defaults to 10000
Attrs tensorflow::ops::RecordInput::Attrs::FileParallelism( int64 x )
How many sstables are opened and concurrently iterated over.
Defaults to 16
Attrs tensorflow::ops::RecordInput::Attrs::FileRandomSeed( int64 x )
Random seeds used to produce randomized records.
Defaults to 301
Attrs tensorflow::ops::RecordInput::Attrs::FileShuffleShiftRatio( float x )
Shifts the list of files after the list is randomly shuffled.
Defaults to 0
© 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/record-input/attrs.html