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