| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.train |
| Modifier and Type | Method and Description |
|---|---|
SdcaShrinkL1 |
TrainOps.sdcaShrinkL1(Iterable<Operand<Float>> weights,
Float l1,
Float l2)
Builds an
SdcaShrinkL1 operation |
| Modifier and Type | Method and Description |
|---|---|
static SdcaShrinkL1 |
SdcaShrinkL1.create(Scope scope,
Iterable<Operand<Float>> weights,
Float l1,
Float l2)
Factory method to create a class wrapping a new SdcaShrinkL1 operation.
|
Copyright © 2015–2019. All rights reserved.