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