Struct tensorflow::ops::BatchCholesky
source · [−]pub struct BatchCholesky { /* private fields */ }
Expand description
Builder for the BatchCholesky
operation.
Implementations
sourceimpl BatchCholesky
impl BatchCholesky
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>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
Builds the BatchCholesky
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<BatchCholeskyInst>
pub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<BatchCholeskyInst>
Builds a new instance of ‘BatchCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations
sourceimpl Debug for BatchCholesky
impl Debug for BatchCholesky
sourceimpl Default for BatchCholesky
impl Default for BatchCholesky
sourcefn default() -> BatchCholesky
fn default() -> BatchCholesky
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for BatchCholesky
impl Send for BatchCholesky
impl Sync for BatchCholesky
impl Unpin for BatchCholesky
impl UnwindSafe for BatchCholesky
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