Struct tensorflow::ops::CropAndResizeGradImage
source · 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.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
&self,
grads: O0,
boxes: O1,
box_ind: O2,
image_size: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>( &self, grads: O0, boxes: O1, box_ind: O2, image_size: O3, scope: &mut Scope ) -> Result<Operation>
Builds the CropAndResizeGradImage
operation.
sourcepub fn build_instance(
&self,
grads: Output,
boxes: Output,
box_ind: Output,
image_size: Output,
scope: &mut Scope
) -> Result<CropAndResizeGradImageInst>
pub fn build_instance( &self, grads: Output, boxes: Output, box_ind: Output, image_size: Output, scope: &mut Scope ) -> Result<CropAndResizeGradImageInst>
Builds a new instance of ‘CropAndResizeGradImage’ Operation with it’s Outputs and Inputs exposed as methods.
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 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