| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.sparse |
| Modifier and Type | Method and Description |
|---|---|
<T> SparseAddGrad<T> |
SparseOps.sparseAddGrad(Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Builds an
SparseAddGrad operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> SparseAddGrad<T> |
SparseAddGrad.create(Scope scope,
Operand<T> backpropValGrad,
Operand<Long> aIndices,
Operand<Long> bIndices,
Operand<Long> sumIndices)
Factory method to create a class wrapping a new SparseAddGrad operation.
|
Copyright © 2015–2019. All rights reserved.