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