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