pub struct QuantizedDepthwiseConv2DWithBiasAndReluInst {
pub op: Operation,
}
Expand description
An instance of ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built QuantizedDepthwiseConv2DWithBiasAndRelu Operation in a Tensorflow graph.
Implementations§
source§impl QuantizedDepthwiseConv2DWithBiasAndReluInst
impl QuantizedDepthwiseConv2DWithBiasAndReluInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn min_output(&self) -> Output
pub fn min_output(&self) -> Output
Returns the ‘min_output’ Output of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn max_output(&self) -> Output
pub fn max_output(&self) -> Output
Returns the ‘max_output’ Output of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn input(&self) -> Input<'_>
pub fn input(&self) -> Input<'_>
Returns the ‘input’ Input of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn filter(&self) -> Input<'_>
pub fn filter(&self) -> Input<'_>
Returns the ‘filter’ Input of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn bias(&self) -> Input<'_>
pub fn bias(&self) -> Input<'_>
Returns the ‘bias’ Input of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn min_input(&self) -> Input<'_>
pub fn min_input(&self) -> Input<'_>
Returns the ‘min_input’ Input of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn max_input(&self) -> Input<'_>
pub fn max_input(&self) -> Input<'_>
Returns the ‘max_input’ Input of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn min_filter(&self) -> Input<'_>
pub fn min_filter(&self) -> Input<'_>
Returns the ‘min_filter’ Input of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
sourcepub fn max_filter(&self) -> Input<'_>
pub fn max_filter(&self) -> Input<'_>
Returns the ‘max_filter’ Input of this ‘QuantizedDepthwiseConv2DWithBiasAndRelu’ operation.
Trait Implementations§
source§impl Clone for QuantizedDepthwiseConv2DWithBiasAndReluInst
impl Clone for QuantizedDepthwiseConv2DWithBiasAndReluInst
source§fn clone(&self) -> QuantizedDepthwiseConv2DWithBiasAndReluInst
fn clone(&self) -> QuantizedDepthwiseConv2DWithBiasAndReluInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more