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
sourceimpl 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
sourceimpl Clone for QuantizedReshapeInst
impl Clone for QuantizedReshapeInst
sourcefn clone(&self) -> QuantizedReshapeInst
fn clone(&self) -> QuantizedReshapeInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for QuantizedReshapeInst
impl Debug for QuantizedReshapeInst
sourceimpl From<QuantizedReshapeInst> for Operation
impl From<QuantizedReshapeInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more