| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.sparse |
| Modifier and Type | Method and Description |
|---|---|
<T> SparseAccumulatorApplyGradient |
SparseOps.sparseAccumulatorApplyGradient(Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Builds an
SparseAccumulatorApplyGradient operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> SparseAccumulatorApplyGradient |
SparseAccumulatorApplyGradient.create(Scope scope,
Operand<String> handle,
Operand<Long> localStep,
Operand<Long> gradientIndices,
Operand<T> gradientValues,
Operand<Long> gradientShape,
Boolean hasKnownShape)
Factory method to create a class wrapping a new SparseAccumulatorApplyGradient operation.
|
Copyright © 2015–2019. All rights reserved.