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