@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.ConditionalAccumulator extends Pointer
Attrs):
* container: If non-empty, this accumulator is placed in the given container.
Otherwise, a default container is used.
* shared_name: If non-empty, this accumulator will be shared under the
given name across multiple sessions.
Returns:
* Output: The handle to the accumulator.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.ConditionalAccumulator.Attrs
Optional attribute setters for ConditionalAccumulator
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
ConditionalAccumulator(Pointer p)
Pointer cast constructor.
|
ConditionalAccumulator(tensorflow.Scope scope,
int dtype,
tensorflow.PartialTensorShape shape) |
ConditionalAccumulator(tensorflow.Scope scope,
int dtype,
tensorflow.PartialTensorShape shape,
tensorflow.ConditionalAccumulator.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
static tensorflow.ConditionalAccumulator.Attrs |
Container(BytePointer x) |
static tensorflow.ConditionalAccumulator.Attrs |
Container(String x) |
tensorflow.Output |
handle() |
tensorflow.ConditionalAccumulator |
handle(tensorflow.Output handle) |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.ConditionalAccumulator |
operation(tensorflow.Operation operation) |
static tensorflow.ConditionalAccumulator.Attrs |
ReductionType(BytePointer x) |
static tensorflow.ConditionalAccumulator.Attrs |
ReductionType(String x) |
static tensorflow.ConditionalAccumulator.Attrs |
SharedName(BytePointer x) |
static tensorflow.ConditionalAccumulator.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 ConditionalAccumulator(Pointer p)
Pointer.Pointer(Pointer).public ConditionalAccumulator(@Const @ByRef tensorflow.Scope scope, @Cast(value="tensorflow::DataType") int dtype, @ByVal tensorflow.PartialTensorShape shape)
public ConditionalAccumulator(@Const @ByRef tensorflow.Scope scope, @Cast(value="tensorflow::DataType") int dtype, @ByVal tensorflow.PartialTensorShape shape, @Const @ByRef tensorflow.ConditionalAccumulator.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.ConditionalAccumulator.Attrs Container(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.ConditionalAccumulator.Attrs Container(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.ConditionalAccumulator.Attrs SharedName(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.ConditionalAccumulator.Attrs SharedName(@tensorflow.StringPiece String x)
@ByVal public static tensorflow.ConditionalAccumulator.Attrs ReductionType(@tensorflow.StringPiece BytePointer x)
@ByVal public static tensorflow.ConditionalAccumulator.Attrs ReductionType(@tensorflow.StringPiece String x)
@ByRef public tensorflow.Operation operation()
public tensorflow.ConditionalAccumulator operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output handle()
public tensorflow.ConditionalAccumulator handle(tensorflow.Output handle)
Copyright © 2019. All rights reserved.