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