| Package | Description |
|---|---|
| org.tensorflow.op.core |
| 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 © 2019. All rights reserved.