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