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