| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.batch_size_(long batch_size_) |
static tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.BatchSize(long x) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.BatchSize(long x)
The batch size.
|
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.compression_type_(BytePointer compression_type_) |
static tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.CompressionType(BytePointer x) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.CompressionType(BytePointer x)
The type of compression for the file.
|
static tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.CompressionType(String x) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.CompressionType(String x) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.file_buffer_size_(long file_buffer_size_) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.file_parallelism_(long file_parallelism_) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.file_random_seed_(long file_random_seed_) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.file_shuffle_shift_ratio_(float file_shuffle_shift_ratio_) |
static tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.FileBufferSize(long x) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.FileBufferSize(long x)
The randomization shuffling buffer.
|
static tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.FileParallelism(long x) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.FileParallelism(long x)
How many sstables are opened and concurrently iterated over.
|
static tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.FileRandomSeed(long x) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.FileRandomSeed(long x)
Random seeds used to produce randomized records.
|
static tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.FileShuffleShiftRatio(float x) |
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.FileShuffleShiftRatio(float x)
Shifts the list of files after the list is randomly
shuffled.
|
tensorflow.RecordInput.Attrs |
tensorflow.RecordInput.Attrs.position(long position) |
| Constructor and Description |
|---|
RecordInput(tensorflow.Scope scope,
BytePointer file_pattern,
tensorflow.RecordInput.Attrs attrs) |
RecordInput(tensorflow.Scope scope,
String file_pattern,
tensorflow.RecordInput.Attrs attrs) |
Copyright © 2019. All rights reserved.