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