Struct tensorflow::ops::CropAndResizeGradBoxesInst
source · pub struct CropAndResizeGradBoxesInst {
pub op: Operation,
}
Expand description
An instance of ‘CropAndResizeGradBoxes’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built CropAndResizeGradBoxes Operation in a Tensorflow graph.
Implementations§
source§impl CropAndResizeGradBoxesInst
impl CropAndResizeGradBoxesInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘CropAndResizeGradBoxes’ operation.
sourcepub fn grads(&self) -> Input<'_>
pub fn grads(&self) -> Input<'_>
Returns the ‘grads’ Input of this ‘CropAndResizeGradBoxes’ operation.
sourcepub fn image(&self) -> Input<'_>
pub fn image(&self) -> Input<'_>
Returns the ‘image’ Input of this ‘CropAndResizeGradBoxes’ operation.
Trait Implementations§
source§impl Clone for CropAndResizeGradBoxesInst
impl Clone for CropAndResizeGradBoxesInst
source§fn clone(&self) -> CropAndResizeGradBoxesInst
fn clone(&self) -> CropAndResizeGradBoxesInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CropAndResizeGradBoxesInst
impl Debug for CropAndResizeGradBoxesInst
source§impl From<CropAndResizeGradBoxesInst> for Operation
impl From<CropAndResizeGradBoxesInst> for Operation
source§fn from(inst: CropAndResizeGradBoxesInst) -> Operation
fn from(inst: CropAndResizeGradBoxesInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for CropAndResizeGradBoxesInst
impl Send for CropAndResizeGradBoxesInst
impl Sync for CropAndResizeGradBoxesInst
impl Unpin for CropAndResizeGradBoxesInst
impl UnwindSafe for CropAndResizeGradBoxesInst
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