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