@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.RandomShuffleQueue extends Pointer
Attrs):
* shapes: The shape of each component in a value. The length of this attr must
be either 0 or the same as the length of component_types. If the length of
this attr is 0, the shapes of queue elements are not constrained, and
only one element may be dequeued at a time.
* capacity: The upper bound on the number of elements in this queue.
Negative numbers mean no limit.
* min_after_dequeue: Dequeue will block unless there would be this
many elements after the dequeue or the queue is closed. This
ensures a minimum level of mixing of elements.
* seed: If either seed or seed2 is set to be non-zero, the random number
generator is seeded by the given seed. Otherwise, a random seed is used.
* seed2: A second seed to avoid seed collision.
* container: If non-empty, this queue is placed in the given container.
Otherwise, a default container is used.
* shared_name: If non-empty, this queue will be shared under the given name
across multiple sessions.
Returns:
* Output: The handle to the queue.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.RandomShuffleQueue.Attrs
Optional attribute setters for RandomShuffleQueue
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
RandomShuffleQueue(Pointer p)
Pointer cast constructor.
|
RandomShuffleQueue(tensorflow.Scope scope,
tensorflow.DataTypeVector component_types) |
RandomShuffleQueue(tensorflow.Scope scope,
tensorflow.DataTypeVector component_types,
tensorflow.RandomShuffleQueue.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.RandomShuffleQueue.Attrs |
Capacity(long x) |
static tensorflow.RandomShuffleQueue.Attrs |
Container(BytePointer x) |
static tensorflow.RandomShuffleQueue.Attrs |
Container(String x) |
tensorflow.Output |
handle() |
tensorflow.RandomShuffleQueue |
handle(tensorflow.Output handle) |
static tensorflow.RandomShuffleQueue.Attrs |
MinAfterDequeue(long x) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.RandomShuffleQueue |
operation(tensorflow.Operation operation) |
static tensorflow.RandomShuffleQueue.Attrs |
Seed(long x) |
static tensorflow.RandomShuffleQueue.Attrs |
Seed2(long x) |
static tensorflow.RandomShuffleQueue.Attrs |
Shapes(tensorflow.PartialTensorShape x) |
static tensorflow.RandomShuffleQueue.Attrs |
SharedName(BytePointer x) |
static tensorflow.RandomShuffleQueue.Attrs |
SharedName(String x) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic RandomShuffleQueue(Pointer p)
Pointer.Pointer(Pointer).public RandomShuffleQueue(@Const @ByRef tensorflow.Scope scope, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector component_types)
public RandomShuffleQueue(@Const @ByRef tensorflow.Scope scope, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector component_types, @Const @ByRef tensorflow.RandomShuffleQueue.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByVal public static tensorflow.RandomShuffleQueue.Attrs Shapes(@tensorflow.ArraySlice tensorflow.PartialTensorShape x)
@ByVal public static tensorflow.RandomShuffleQueue.Attrs Capacity(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.RandomShuffleQueue.Attrs MinAfterDequeue(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.RandomShuffleQueue.Attrs Seed(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.RandomShuffleQueue.Attrs Seed2(@Cast(value="tensorflow::int64") long x)
@ByVal public static tensorflow.RandomShuffleQueue.Attrs Container(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.RandomShuffleQueue.Attrs Container(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.RandomShuffleQueue.Attrs SharedName(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.RandomShuffleQueue.Attrs SharedName(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.RandomShuffleQueue operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output handle()
public tensorflow.RandomShuffleQueue handle(tensorflow.Output handle)
Copyright © 2019. All rights reserved.