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