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