pub struct QuantizedBiasAdd { /* private fields */ }Expand description
Builder for the QuantizedBiasAdd operation.
Implementations§
Source§impl QuantizedBiasAdd
impl QuantizedBiasAdd
Sourcepub fn out_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn out_type<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the out_type 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 QuantizedBiasAdd
impl Debug for QuantizedBiasAdd
Source§impl Default for QuantizedBiasAdd
impl Default for QuantizedBiasAdd
Source§fn default() -> QuantizedBiasAdd
fn default() -> QuantizedBiasAdd
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QuantizedBiasAdd
impl RefUnwindSafe for QuantizedBiasAdd
impl Send for QuantizedBiasAdd
impl Sync for QuantizedBiasAdd
impl Unpin for QuantizedBiasAdd
impl UnwindSafe for QuantizedBiasAdd
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