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