| Package | Description |
|---|---|
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
static ApplyAdaMax.Options |
ApplyAdaMax.useLocking(Boolean useLocking) |
ApplyAdaMax.Options |
ApplyAdaMax.Options.useLocking(Boolean useLocking) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ApplyAdaMax<T> |
ApplyAdaMax.create(Scope scope,
Operand<T> var,
Operand<T> m,
Operand<T> v,
Operand<T> beta1Power,
Operand<T> lr,
Operand<T> beta1,
Operand<T> beta2,
Operand<T> epsilon,
Operand<T> grad,
ApplyAdaMax.Options... options)
Factory method to create a class to wrap a new ApplyAdaMax operation to the graph.
|
Copyright © 2015–2019. All rights reserved.