| Package | Description | 
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train | 
| Modifier and Type | Method and Description | 
|---|---|
| <T extends TType> | TrainOps. resourceSparseApplyFtrl(Operand<? extends TType> var,
                       Operand<? extends TType> accum,
                       Operand<? extends TType> linear,
                       Operand<T> grad,
                       Operand<? extends TNumber> indices,
                       Operand<T> lr,
                       Operand<T> l1,
                       Operand<T> l2,
                       Operand<T> l2Shrinkage,
                       Operand<T> lrPower,
                       ResourceSparseApplyFtrl.Options... options)Update relevant entries in '*var' according to the Ftrl-proximal scheme. | 
| Modifier and Type | Method and Description | 
|---|---|
| static ResourceSparseApplyFtrl.Options | ResourceSparseApplyFtrl. multiplyLinearByLr(Boolean multiplyLinearByLr)Sets the multiplyLinearByLr option. | 
| ResourceSparseApplyFtrl.Options | ResourceSparseApplyFtrl.Options. multiplyLinearByLr(Boolean multiplyLinearByLr)Sets the multiplyLinearByLr option. | 
| static ResourceSparseApplyFtrl.Options | ResourceSparseApplyFtrl. useLocking(Boolean useLocking)Sets the useLocking option. | 
| ResourceSparseApplyFtrl.Options | ResourceSparseApplyFtrl.Options. useLocking(Boolean useLocking)Sets the useLocking option. | 
| Modifier and Type | Method and Description | 
|---|---|
| static <T extends TType> | ResourceSparseApplyFtrl. create(Scope scope,
      Operand<? extends TType> var,
      Operand<? extends TType> accum,
      Operand<? extends TType> linear,
      Operand<T> grad,
      Operand<? extends TNumber> indices,
      Operand<T> lr,
      Operand<T> l1,
      Operand<T> l2,
      Operand<T> l2Shrinkage,
      Operand<T> lrPower,
      ResourceSparseApplyFtrl.Options... options)Factory method to create a class wrapping a new ResourceSparseApplyFtrlV2 operation. | 
Copyright © 2015–2022. All rights reserved.