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