| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.sparse |
| Modifier and Type | Method and Description |
|---|---|
<T> SparseAccumulatorTakeGradient<T> |
SparseOps.sparseAccumulatorTakeGradient(Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Builds an
SparseAccumulatorTakeGradient operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> SparseAccumulatorTakeGradient<T> |
SparseAccumulatorTakeGradient.create(Scope scope,
Operand<String> handle,
Operand<Integer> numRequired,
Class<T> dtype)
Factory method to create a class wrapping a new SparseAccumulatorTakeGradient operation.
|
Copyright © 2015–2019. All rights reserved.