Struct tensorflow::ops::BatchCholeskyGrad
source · [−]pub struct BatchCholeskyGrad { /* private fields */ }
Expand description
Builder for the BatchCholeskyGrad
operation.
Implementations
sourceimpl 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
sourceimpl Debug for BatchCholeskyGrad
impl Debug for BatchCholeskyGrad
sourceimpl Default for BatchCholeskyGrad
impl Default for BatchCholeskyGrad
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more