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