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