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