pub struct QuantizedMatMulWithBiasAndRequantizeInst {
pub op: Operation,
}
Expand description
An instance of ‘QuantizedMatMulWithBiasAndRequantize’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built QuantizedMatMulWithBiasAndRequantize Operation in a Tensorflow graph.
Implementations§
source§impl QuantizedMatMulWithBiasAndRequantizeInst
impl QuantizedMatMulWithBiasAndRequantizeInst
sourcepub fn out(&self) -> Output
pub fn out(&self) -> Output
Returns the ‘out’ Output of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn min_out(&self) -> Output
pub fn min_out(&self) -> Output
Returns the ‘min_out’ Output of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn max_out(&self) -> Output
pub fn max_out(&self) -> Output
Returns the ‘max_out’ Output of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn a(&self) -> Input<'_>
pub fn a(&self) -> Input<'_>
Returns the ‘a’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn b(&self) -> Input<'_>
pub fn b(&self) -> Input<'_>
Returns the ‘b’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn bias(&self) -> Input<'_>
pub fn bias(&self) -> Input<'_>
Returns the ‘bias’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn min_a(&self) -> Input<'_>
pub fn min_a(&self) -> Input<'_>
Returns the ‘min_a’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn max_a(&self) -> Input<'_>
pub fn max_a(&self) -> Input<'_>
Returns the ‘max_a’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn min_b(&self) -> Input<'_>
pub fn min_b(&self) -> Input<'_>
Returns the ‘min_b’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn max_b(&self) -> Input<'_>
pub fn max_b(&self) -> Input<'_>
Returns the ‘max_b’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn min_freezed_output(&self) -> Input<'_>
pub fn min_freezed_output(&self) -> Input<'_>
Returns the ‘min_freezed_output’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
sourcepub fn max_freezed_output(&self) -> Input<'_>
pub fn max_freezed_output(&self) -> Input<'_>
Returns the ‘max_freezed_output’ Input of this ‘QuantizedMatMulWithBiasAndRequantize’ operation.
Trait Implementations§
source§impl Clone for QuantizedMatMulWithBiasAndRequantizeInst
impl Clone for QuantizedMatMulWithBiasAndRequantizeInst
source§fn clone(&self) -> QuantizedMatMulWithBiasAndRequantizeInst
fn clone(&self) -> QuantizedMatMulWithBiasAndRequantizeInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more