Struct tensorflow::ops::BatchCholeskyGrad
source · 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.
sourcepub fn build<O0: Into<Output>, O1: Into<Output>>(
&self,
l: O0,
grad: O1,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>>( &self, l: O0, grad: O1, scope: &mut Scope ) -> Result<Operation>
Builds the BatchCholeskyGrad
operation.
sourcepub fn build_instance(
&self,
l: Output,
grad: Output,
scope: &mut Scope
) -> Result<BatchCholeskyGradInst>
pub fn build_instance( &self, l: Output, grad: Output, scope: &mut Scope ) -> Result<BatchCholeskyGradInst>
Builds a new instance of ‘BatchCholeskyGrad’ Operation with it’s Outputs and Inputs exposed as methods.
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 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