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