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