pub struct NonMaxSuppressionV4 { /* private fields */ }
Expand description
Builder for the NonMaxSuppressionV4
operation.
Implementations§
Source§impl NonMaxSuppressionV4
impl NonMaxSuppressionV4
Sourcepub fn T_threshold<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn T_threshold<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the T_threshold
attribute.
Sourcepub fn pad_to_max_output_size<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn pad_to_max_output_size<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the pad_to_max_output_size
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for NonMaxSuppressionV4
impl Debug for NonMaxSuppressionV4
Source§impl Default for NonMaxSuppressionV4
impl Default for NonMaxSuppressionV4
Source§fn default() -> NonMaxSuppressionV4
fn default() -> NonMaxSuppressionV4
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NonMaxSuppressionV4
impl RefUnwindSafe for NonMaxSuppressionV4
impl Send for NonMaxSuppressionV4
impl Sync for NonMaxSuppressionV4
impl Unpin for NonMaxSuppressionV4
impl UnwindSafe for NonMaxSuppressionV4
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more