Struct tensorflow::ops::RiscCholesky
source · pub struct RiscCholesky { /* private fields */ }
Expand description
Builder for the RiscCholesky
operation.
Implementations§
source§impl 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§
source§impl Debug for RiscCholesky
impl Debug for RiscCholesky
source§impl Default for RiscCholesky
impl Default for RiscCholesky
source§fn 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§
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