Struct tensorflow::ops::QuantizedMatMul
source · pub struct QuantizedMatMul { /* private fields */ }
Expand description
Builder for the QuantizedMatMul
operation.
Implementations§
source§impl QuantizedMatMul
impl QuantizedMatMul
sourcepub fn Toutput<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Toutput<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Toutput
attribute.
sourcepub fn transpose_a<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn transpose_a<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the transpose_a
attribute.
sourcepub fn transpose_b<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn transpose_b<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the transpose_b
attribute.
sourcepub fn Tactivation<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tactivation<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tactivation
attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
source§impl Debug for QuantizedMatMul
impl Debug for QuantizedMatMul
source§impl Default for QuantizedMatMul
impl Default for QuantizedMatMul
source§fn default() -> QuantizedMatMul
fn default() -> QuantizedMatMul
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for QuantizedMatMul
impl Send for QuantizedMatMul
impl Sync for QuantizedMatMul
impl Unpin for QuantizedMatMul
impl UnwindSafe for QuantizedMatMul
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more