| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
<T,U extends Number> |
TrainOps.sparseApplyFtrl(Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Builds an
SparseApplyFtrl operation |
| Modifier and Type | Method and Description |
|---|---|
static <T,U extends Number> |
SparseApplyFtrl.create(Scope scope,
Operand<T> var,
Operand<T> accum,
Operand<T> linear,
Operand<T> grad,
Operand<U> indices,
Operand<T> lr,
Operand<T> l1,
Operand<T> l2,
Operand<T> l2Shrinkage,
Operand<T> lrPower,
SparseApplyFtrl.Options... options)
Factory method to create a class wrapping a new SparseApplyFtrl operation.
|
Copyright © 2015–2019. All rights reserved.