public static class NonMaxSuppressionV5.Options extends Object
NonMaxSuppressionV5| Modifier and Type | Method and Description |
|---|---|
NonMaxSuppressionV5.Options |
padToMaxOutputSize(Boolean padToMaxOutputSize) |
public NonMaxSuppressionV5.Options padToMaxOutputSize(Boolean padToMaxOutputSize)
padToMaxOutputSize - If true, the output `selected_indices` is padded to be of length
`max_output_size`. Defaults to false.Copyright © 2015–2019. All rights reserved.