Struct tensorflow::ops::QuantizedBiasAdd
source · 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 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