| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.capacity_(long capacity_) |
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Capacity(long x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.Capacity(long x)
The upper bound on the number of elements in this queue.
|
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.container_(BytePointer container_) |
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Container(BytePointer x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.Container(BytePointer x)
If non-empty, this queue is placed in the given container.
|
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Container(String x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.Container(String x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.min_after_dequeue_(long min_after_dequeue_) |
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.MinAfterDequeue(long x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.MinAfterDequeue(long x)
Dequeue will block unless there would be this
many elements after the dequeue or the queue is closed.
|
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.position(long position) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.seed_(long seed_) |
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Seed(long x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.Seed(long x)
If either seed or seed2 is set to be non-zero, the random number
generator is seeded by the given seed.
|
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.seed2_(long seed2_) |
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Seed2(long x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.Seed2(long x)
A second seed to avoid seed collision.
|
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.shapes_(tensorflow.PartialTensorShape shapes_) |
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Shapes(tensorflow.PartialTensorShape x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.Shapes(tensorflow.PartialTensorShape x)
The shape of each component in a value.
|
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.shared_name_(BytePointer shared_name_) |
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.SharedName(BytePointer x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.SharedName(BytePointer x)
If non-empty, this queue will be shared under the given name
across multiple sessions.
|
static tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.SharedName(String x) |
tensorflow.RandomShuffleQueue.Attrs |
tensorflow.RandomShuffleQueue.Attrs.SharedName(String x) |
| Constructor and Description |
|---|
RandomShuffleQueue(tensorflow.Scope scope,
tensorflow.DataTypeVector component_types,
tensorflow.RandomShuffleQueue.Attrs attrs) |
Copyright © 2019. All rights reserved.