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