| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.NonMaxSuppressionV4.Attrs |
tensorflow.NonMaxSuppressionV4.Attrs.pad_to_max_output_size_(boolean pad_to_max_output_size_) |
static tensorflow.NonMaxSuppressionV4.Attrs |
tensorflow.NonMaxSuppressionV4.PadToMaxOutputSize(boolean x) |
tensorflow.NonMaxSuppressionV4.Attrs |
tensorflow.NonMaxSuppressionV4.Attrs.PadToMaxOutputSize(boolean x)
If true, the output
selected_indices is padded to be of length
max_output_size. |
tensorflow.NonMaxSuppressionV4.Attrs |
tensorflow.NonMaxSuppressionV4.Attrs.position(long position) |
| Constructor and Description |
|---|
NonMaxSuppressionV4(tensorflow.Scope scope,
tensorflow.Input boxes,
tensorflow.Input scores,
tensorflow.Input max_output_size,
tensorflow.Input iou_threshold,
tensorflow.Input score_threshold,
tensorflow.NonMaxSuppressionV4.Attrs attrs) |
Copyright © 2019. All rights reserved.