| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
CombinedNonMaxSuppression |
Ops.combinedNonMaxSuppression(Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSizePerClass,
Operand<Integer> maxTotalSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
CombinedNonMaxSuppression.Options... options)
Builds an
CombinedNonMaxSuppression operation |
| Modifier and Type | Method and Description |
|---|---|
static CombinedNonMaxSuppression |
CombinedNonMaxSuppression.create(Scope scope,
Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSizePerClass,
Operand<Integer> maxTotalSize,
Operand<Float> iouThreshold,
Operand<Float> scoreThreshold,
CombinedNonMaxSuppression.Options... options)
Factory method to create a class wrapping a new CombinedNonMaxSuppression operation.
|
Copyright © 2015–2019. All rights reserved.