| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.image |
| Modifier and Type | Method and Description |
|---|---|
<T extends Number,U extends Number> |
ImageOps.nonMaxSuppression(Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<U> iouThreshold,
Operand<U> scoreThreshold,
NonMaxSuppression.Options... options)
Builds an
NonMaxSuppression operation |
| Modifier and Type | Method and Description |
|---|---|
static NonMaxSuppression.Options |
NonMaxSuppression.padToMaxOutputSize(Boolean padToMaxOutputSize) |
NonMaxSuppression.Options |
NonMaxSuppression.Options.padToMaxOutputSize(Boolean padToMaxOutputSize) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Number,U extends Number> |
NonMaxSuppression.create(Scope scope,
Operand<T> boxes,
Operand<T> scores,
Operand<Integer> maxOutputSize,
Operand<U> iouThreshold,
Operand<U> scoreThreshold,
NonMaxSuppression.Options... options)
Factory method to create a class wrapping a new NonMaxSuppression operation.
|
Copyright © 2015–2019. All rights reserved.