pub struct SparseMatrixSparseMatMul { /* private fields */ }
Expand description
Builder for the SparseMatrixSparseMatMul
operation.
Implementations§
Source§impl SparseMatrixSparseMatMul
impl SparseMatrixSparseMatMul
Sourcepub fn transpose_a<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn transpose_a<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the transpose_a
attribute.
Sourcepub fn transpose_b<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn transpose_b<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the transpose_b
attribute.
Sourcepub fn adjoint_a<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn adjoint_a<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the adjoint_a
attribute.
Sourcepub fn adjoint_b<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn adjoint_b<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the adjoint_b
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§
Source§impl Debug for SparseMatrixSparseMatMul
impl Debug for SparseMatrixSparseMatMul
Source§impl Default for SparseMatrixSparseMatMul
impl Default for SparseMatrixSparseMatMul
Source§fn default() -> SparseMatrixSparseMatMul
fn default() -> SparseMatrixSparseMatMul
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SparseMatrixSparseMatMul
impl RefUnwindSafe for SparseMatrixSparseMatMul
impl Send for SparseMatrixSparseMatMul
impl Sync for SparseMatrixSparseMatMul
impl Unpin for SparseMatrixSparseMatMul
impl UnwindSafe for SparseMatrixSparseMatMul
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