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