| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
<T> ResourceApplyKerasMomentum |
Ops.resourceApplyKerasMomentum(Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyKerasMomentum.Options... options)
Adds an
ResourceApplyKerasMomentum operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static ResourceApplyKerasMomentum.Options |
ResourceApplyKerasMomentum.useLocking(Boolean useLocking) |
ResourceApplyKerasMomentum.Options |
ResourceApplyKerasMomentum.Options.useLocking(Boolean useLocking) |
static ResourceApplyKerasMomentum.Options |
ResourceApplyKerasMomentum.useNesterov(Boolean useNesterov) |
ResourceApplyKerasMomentum.Options |
ResourceApplyKerasMomentum.Options.useNesterov(Boolean useNesterov) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ResourceApplyKerasMomentum |
ResourceApplyKerasMomentum.create(Scope scope,
Operand<?> var,
Operand<?> accum,
Operand<T> lr,
Operand<T> grad,
Operand<T> momentum,
ResourceApplyKerasMomentum.Options... options)
Factory method to create a class to wrap a new ResourceApplyKerasMomentum operation to the graph.
|
Copyright © 2015–2019. All rights reserved.