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