@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.SparseSliceGrad extends Pointer
SparseTensor, and outputs the gradients w.r.t.
the non-empty values of input SparseTensor.
Arguments:
* scope: A Scope object
* backprop_val_grad: 1-D. The gradient with respect to
the non-empty values of the sliced SparseTensor.
* input_indices: 2-D. The indices of the input SparseTensor.
* input_start: 1-D. tensor represents the start of the slice.
* output_indices: 2-D. The indices of the sliced SparseTensor.
Returns:
* Output: 1-D. The gradient with respect to the non-empty values of input SparseTensor.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
SparseSliceGrad(Pointer p)
Pointer cast constructor.
|
SparseSliceGrad(tensorflow.Scope scope,
tensorflow.Input backprop_val_grad,
tensorflow.Input input_indices,
tensorflow.Input input_start,
tensorflow.Input output_indices) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Input |
asInput() |
tensorflow.Output |
asOutput() |
tensorflow.Node |
node() |
tensorflow.Operation |
operation() |
tensorflow.SparseSliceGrad |
operation(tensorflow.Operation operation) |
tensorflow.Output |
val_grad() |
tensorflow.SparseSliceGrad |
val_grad(tensorflow.Output val_grad) |
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 SparseSliceGrad(Pointer p)
Pointer.Pointer(Pointer).public SparseSliceGrad(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input backprop_val_grad, @ByVal tensorflow.Input input_indices, @ByVal tensorflow.Input input_start, @ByVal tensorflow.Input output_indices)
@ByVal @Name(value="operator tensorflow::Output") public tensorflow.Output asOutput()
@ByVal @Name(value="operator tensorflow::Input") public tensorflow.Input asInput()
public tensorflow.Node node()
@ByRef public tensorflow.Operation operation()
public tensorflow.SparseSliceGrad operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output val_grad()
public tensorflow.SparseSliceGrad val_grad(tensorflow.Output val_grad)
Copyright © 2019. All rights reserved.