@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SparseAccumulatorTakeGradient extends Pointer
Output indices: Indices of the average of the accumulated sparse gradients.
* Output values: Values of the average of the accumulated sparse gradients.
* Output shape: Shape of the average of the accumulated sparse gradients.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SparseAccumulatorTakeGradient(Pointer p)
Pointer cast constructor.
|
SparseAccumulatorTakeGradient(tensorflow.Scope scope,
tensorflow.Input handle,
tensorflow.Input num_required,
int dtype) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
indices() |
tensorflow.SparseAccumulatorTakeGradient |
indices(tensorflow.Output indices) |
tensorflow.Operation |
operation() |
tensorflow.SparseAccumulatorTakeGradient |
operation(tensorflow.Operation operation) |
tensorflow.Output |
shape() |
tensorflow.SparseAccumulatorTakeGradient |
shape(tensorflow.Output shape) |
tensorflow.Output |
values() |
tensorflow.SparseAccumulatorTakeGradient |
values(tensorflow.Output values) |
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 SparseAccumulatorTakeGradient(Pointer p)
Pointer.Pointer(Pointer).public SparseAccumulatorTakeGradient(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input handle, @ByVal tensorflow.Input num_required, @Cast(value="tensorflow::DataType") int dtype)
@ByRef public tensorflow.Operation operation()
public tensorflow.SparseAccumulatorTakeGradient operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output indices()
public tensorflow.SparseAccumulatorTakeGradient indices(tensorflow.Output indices)
@ByRef public tensorflow.Output values()
public tensorflow.SparseAccumulatorTakeGradient values(tensorflow.Output values)
@ByRef public tensorflow.Output shape()
public tensorflow.SparseAccumulatorTakeGradient shape(tensorflow.Output shape)
Copyright © 2019. All rights reserved.