pub struct NonMaxSuppressionV2 { /* private fields */ }
Expand description
Builder for the NonMaxSuppressionV2
operation.
Implementations§
Source§impl NonMaxSuppressionV2
impl NonMaxSuppressionV2
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 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 NonMaxSuppressionV2
impl Debug for NonMaxSuppressionV2
Source§impl Default for NonMaxSuppressionV2
impl Default for NonMaxSuppressionV2
Source§fn default() -> NonMaxSuppressionV2
fn default() -> NonMaxSuppressionV2
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for NonMaxSuppressionV2
impl RefUnwindSafe for NonMaxSuppressionV2
impl Send for NonMaxSuppressionV2
impl Sync for NonMaxSuppressionV2
impl Unpin for NonMaxSuppressionV2
impl UnwindSafe for NonMaxSuppressionV2
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