Struct tensorflow::ops::QuantizedBiasAdd
source · [−]pub struct QuantizedBiasAdd { /* private fields */ }
Expand description
Builder for the QuantizedBiasAdd
operation.
Implementations
sourceimpl 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
sourceimpl Debug for QuantizedBiasAdd
impl Debug for QuantizedBiasAdd
sourceimpl Default for QuantizedBiasAdd
impl Default for QuantizedBiasAdd
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more