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