public static class NonMaxSuppressionV4.Options extends Object
NonMaxSuppressionV4| Modifier and Type | Method and Description |
|---|---|
NonMaxSuppressionV4.Options |
padToMaxOutputSize(Boolean padToMaxOutputSize) |
public NonMaxSuppressionV4.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.