| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
SdcaShrinkL1 |
Ops.sdcaShrinkL1(Iterable<Operand<Float>> weights,
Float l1,
Float l2)
Adds an
SdcaShrinkL1 operation to the graph |
| 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 to wrap a new SdcaShrinkL1 operation to the graph.
|
Copyright © 2015–2019. All rights reserved.