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