| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.image |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number> |
ImageOps.adjustContrast(Operand<T> images,
Operand<Float> contrastFactor)
Builds an
AdjustContrast operation |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number> |
AdjustContrast.create(Scope scope,
Operand<T> images,
Operand<Float> contrastFactor)
Factory method to create a class wrapping a new AdjustContrast operation.
|
Copyright © 2015–2019. All rights reserved.