@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QueueDequeue extends Pointer
Attrs):
* timeout_ms: If the queue is empty, this operation will block for up to
timeout_ms milliseconds.
Note: This option is not supported yet.
Returns:
* OutputList: One or more tensors that were dequeued as a tuple.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.QueueDequeue.Attrs
Optional attribute setters for QueueDequeue
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
QueueDequeue(Pointer p)
Pointer cast constructor.
|
QueueDequeue(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.DataTypeVector component_types) |
QueueDequeue(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.DataTypeVector component_types,
tensorflow.QueueDequeue.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.OutputVector |
components() |
tensorflow.QueueDequeue |
components(tensorflow.OutputVector components) |
tensorflow.Output |
get(long index) |
tensorflow.Operation |
operation() |
tensorflow.QueueDequeue |
operation(tensorflow.Operation operation) |
static tensorflow.QueueDequeue.Attrs |
TimeoutMs(long 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 QueueDequeue(Pointer p)
Pointer.Pointer(Pointer).public QueueDequeue(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector component_types)
public QueueDequeue(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @Cast(value="const tensorflow::DataTypeSlice*") @ByRef tensorflow.DataTypeVector component_types, @Const @ByRef tensorflow.QueueDequeue.Attrs attrs)
@ByVal @Name(value="operator []") public tensorflow.Output get(@Cast(value="size_t") long index)
@ByVal public static tensorflow.QueueDequeue.Attrs TimeoutMs(@Cast(value="tensorflow::int64") long x)
@ByRef public tensorflow.Operation operation()
public tensorflow.QueueDequeue operation(tensorflow.Operation operation)
@ByRef @Cast(value="tensorflow::OutputList*") public tensorflow.OutputVector components()
public tensorflow.QueueDequeue components(tensorflow.OutputVector components)
Copyright © 2019. All rights reserved.