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
sourceimpl 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
sourceimpl Clone for CropAndResizeGradBoxesInst
impl Clone for CropAndResizeGradBoxesInst
sourcefn clone(&self) -> CropAndResizeGradBoxesInst
fn clone(&self) -> CropAndResizeGradBoxesInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for CropAndResizeGradBoxesInst
impl Debug for CropAndResizeGradBoxesInst
sourceimpl From<CropAndResizeGradBoxesInst> for Operation
impl From<CropAndResizeGradBoxesInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more