Struct tensorflow::ops::QuantizedConcat
source · pub struct QuantizedConcat { /* private fields */ }
Expand description
Builder for the QuantizedConcat
operation.
Implementations§
source§impl QuantizedConcat
impl QuantizedConcat
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 QuantizedConcat
impl Debug for QuantizedConcat
source§impl Default for QuantizedConcat
impl Default for QuantizedConcat
source§fn default() -> QuantizedConcat
fn default() -> QuantizedConcat
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for QuantizedConcat
impl Send for QuantizedConcat
impl Sync for QuantizedConcat
impl Unpin for QuantizedConcat
impl UnwindSafe for QuantizedConcat
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