@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QueueClose extends Pointer
Attrs):
* cancel_pending_enqueues: If true, all pending enqueue requests that are
blocked on the given queue will be canceled.
Returns:
* the created Operation| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.QueueClose.Attrs
Optional attribute setters for QueueClose
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
QueueClose(Pointer p)
Pointer cast constructor.
|
QueueClose(tensorflow.Scope scope,
tensorflow.Input handle) |
QueueClose(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.QueueClose.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Operation |
asOperation() |
static tensorflow.QueueClose.Attrs |
CancelPendingEnqueues(boolean x) |
tensorflow.Operation |
operation() |
tensorflow.QueueClose |
operation(tensorflow.Operation operation) |
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 QueueClose(Pointer p)
Pointer.Pointer(Pointer).public QueueClose(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle)
public QueueClose(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @Const @ByRef tensorflow.QueueClose.Attrs attrs)
@ByVal @Name(value="operator tensorflow::Operation") public tensorflow.Operation asOperation()
@ByVal public static tensorflow.QueueClose.Attrs CancelPendingEnqueues(@Cast(value="bool") boolean x)
@ByRef public tensorflow.Operation operation()
public tensorflow.QueueClose operation(tensorflow.Operation operation)
Copyright © 2019. All rights reserved.