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