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