| Package | Description |
|---|---|
| org.tensorflow.op | |
| org.tensorflow.op.core |
| Modifier and Type | Method and Description |
|---|---|
NonMaxSuppression |
Ops.nonMaxSuppression(Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
NonMaxSuppression.Options... options)
Adds an
NonMaxSuppression operation to the graph |
| Modifier and Type | Method and Description |
|---|---|
static NonMaxSuppression.Options |
NonMaxSuppression.iouThreshold(Float iouThreshold) |
NonMaxSuppression.Options |
NonMaxSuppression.Options.iouThreshold(Float iouThreshold) |
| Modifier and Type | Method and Description |
|---|---|
static NonMaxSuppression |
NonMaxSuppression.create(Scope scope,
Operand<Float> boxes,
Operand<Float> scores,
Operand<Integer> maxOutputSize,
NonMaxSuppression.Options... options)
Factory method to create a class to wrap a new NonMaxSuppression operation to the graph.
|
Copyright © 2015–2019. All rights reserved.