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