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