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