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