| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
<T> ApplyGradientDescent<T> |
TrainOps.applyGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Builds an
ApplyGradientDescent operation |
| Modifier and Type | Method and Description |
|---|---|
static <T> ApplyGradientDescent<T> |
ApplyGradientDescent.create(Scope scope,
Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Factory method to create a class wrapping a new ApplyGradientDescent operation.
|
Copyright © 2015–2019. All rights reserved.