pub struct QuantizedConv2DWithBiasSumAndReluAndRequantizeInst {
pub op: Operation,
}
Expand description
An instance of ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built QuantizedConv2DWithBiasSumAndReluAndRequantize Operation in a Tensorflow graph.
Implementations
sourceimpl QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
impl QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn min_output(&self) -> Output
pub fn min_output(&self) -> Output
Returns the ‘min_output’ Output of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn max_output(&self) -> Output
pub fn max_output(&self) -> Output
Returns the ‘max_output’ Output of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn input(&self) -> Input<'_>
pub fn input(&self) -> Input<'_>
Returns the ‘input’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn filter(&self) -> Input<'_>
pub fn filter(&self) -> Input<'_>
Returns the ‘filter’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn bias(&self) -> Input<'_>
pub fn bias(&self) -> Input<'_>
Returns the ‘bias’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn min_input(&self) -> Input<'_>
pub fn min_input(&self) -> Input<'_>
Returns the ‘min_input’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn max_input(&self) -> Input<'_>
pub fn max_input(&self) -> Input<'_>
Returns the ‘max_input’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn min_filter(&self) -> Input<'_>
pub fn min_filter(&self) -> Input<'_>
Returns the ‘min_filter’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn max_filter(&self) -> Input<'_>
pub fn max_filter(&self) -> Input<'_>
Returns the ‘max_filter’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn min_freezed_output(&self) -> Input<'_>
pub fn min_freezed_output(&self) -> Input<'_>
Returns the ‘min_freezed_output’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn max_freezed_output(&self) -> Input<'_>
pub fn max_freezed_output(&self) -> Input<'_>
Returns the ‘max_freezed_output’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn summand(&self) -> Input<'_>
pub fn summand(&self) -> Input<'_>
Returns the ‘summand’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn min_summand(&self) -> Input<'_>
pub fn min_summand(&self) -> Input<'_>
Returns the ‘min_summand’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
sourcepub fn max_summand(&self) -> Input<'_>
pub fn max_summand(&self) -> Input<'_>
Returns the ‘max_summand’ Input of this ‘QuantizedConv2DWithBiasSumAndReluAndRequantize’ operation.
Trait Implementations
sourceimpl Clone for QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
impl Clone for QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
sourcefn clone(&self) -> QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
fn clone(&self) -> QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
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 From<QuantizedConv2DWithBiasSumAndReluAndRequantizeInst> for Operation
impl From<QuantizedConv2DWithBiasSumAndReluAndRequantizeInst> for Operation
sourcefn from(inst: QuantizedConv2DWithBiasSumAndReluAndRequantizeInst) -> Operation
fn from(inst: QuantizedConv2DWithBiasSumAndReluAndRequantizeInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
impl Send for QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
impl Sync for QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
impl Unpin for QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
impl UnwindSafe for QuantizedConv2DWithBiasSumAndReluAndRequantizeInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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