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