Warning: This API is deprecated and will be removed in a future version of TensorFlow after the replacement is stable.

NonMaxSuppressionV5.Options

public static class NonMaxSuppressionV5.Options

Optional attributes for NonMaxSuppressionV5

Public Methods

NonMaxSuppressionV5.Options
padToMaxOutputSize(Boolean padToMaxOutputSize)

Inherited Methods

Public Methods

public NonMaxSuppressionV5.Options padToMaxOutputSize (Boolean padToMaxOutputSize)

Parameters
padToMaxOutputSize If true, the output `selected_indices` is padded to be of length `max_output_size`. Defaults to false.