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