| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
AdjustSaturation |
Ops.adjustSaturation(Operand<Float> images,
Operand<Float> scale)
Adds an
AdjustSaturation operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static AdjustSaturation |
AdjustSaturation.create(Scope scope,
Operand<Float> images,
Operand<Float> scale)
Factory method to create a class to wrap a new AdjustSaturation operation to the graph.
|
Copyright © 2015–2019. All rights reserved.