@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QueueEnqueue extends Pointer
Attrs):
* timeout_ms: If the queue is full, this operation will block for up to
timeout_ms milliseconds.
Note: This option is not supported yet.
Returns:
* the created Operation| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.QueueEnqueue.Attrs
Optional attribute setters for QueueEnqueue
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
QueueEnqueue(Pointer p)
Pointer cast constructor.
|
QueueEnqueue(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.InputList components) |
QueueEnqueue(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.InputList components,
tensorflow.QueueEnqueue.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
tensorflow.Operation |
operation() |
tensorflow.QueueEnqueue |
operation(tensorflow.Operation operation) |
static tensorflow.QueueEnqueue.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 QueueEnqueue(Pointer p)
Pointer.Pointer(Pointer).public QueueEnqueue(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.InputList components)
public QueueEnqueue(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.InputList components, @Const @ByRef tensorflow.QueueEnqueue.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.QueueEnqueue.Attrs TimeoutMs(@Cast(value="tensorflow::int64") long x)
@ByRef public tensorflow.Operation operation()
public tensorflow.QueueEnqueue operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.