| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> ApplyGradientDescent<T> |
Ops.applyGradientDescent(Operand<T> var,
Operand<T> alpha,
Operand<T> delta,
ApplyGradientDescent.Options... options)
Adds an
ApplyGradientDescent operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ApplyGradientDescent.Options |
ApplyGradientDescent.useLocking(Boolean useLocking) |
ApplyGradientDescent.Options |
ApplyGradientDescent.Options.useLocking(Boolean useLocking) |
| 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 to wrap a new ApplyGradientDescent operation to the graph.
|
Copyright © 2015–2019. All rights reserved.