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