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