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