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