Struct tensorflow::ops::CropAndResizeGradBoxes
source · pub struct CropAndResizeGradBoxes { /* private fields */ }
Expand description
Builder for the CropAndResizeGradBoxes
operation.
Implementations§
source§impl CropAndResizeGradBoxes
impl CropAndResizeGradBoxes
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,
image: O1,
boxes: O2,
box_ind: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>( &self, grads: O0, image: O1, boxes: O2, box_ind: O3, scope: &mut Scope ) -> Result<Operation>
Builds the CropAndResizeGradBoxes
operation.
sourcepub fn build_instance(
&self,
grads: Output,
image: Output,
boxes: Output,
box_ind: Output,
scope: &mut Scope
) -> Result<CropAndResizeGradBoxesInst>
pub fn build_instance( &self, grads: Output, image: Output, boxes: Output, box_ind: Output, scope: &mut Scope ) -> Result<CropAndResizeGradBoxesInst>
Builds a new instance of ‘CropAndResizeGradBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for CropAndResizeGradBoxes
impl Debug for CropAndResizeGradBoxes
source§impl Default for CropAndResizeGradBoxes
impl Default for CropAndResizeGradBoxes
source§fn default() -> CropAndResizeGradBoxes
fn default() -> CropAndResizeGradBoxes
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for CropAndResizeGradBoxes
impl Send for CropAndResizeGradBoxes
impl Sync for CropAndResizeGradBoxes
impl Unpin for CropAndResizeGradBoxes
impl UnwindSafe for CropAndResizeGradBoxes
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