Struct tensorflow::ops::SparseMatrixSparseCholeskyInst
source · pub struct SparseMatrixSparseCholeskyInst {
pub op: Operation,
}
Expand description
An instance of ‘SparseMatrixSparseCholesky’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built SparseMatrixSparseCholesky Operation in a Tensorflow graph.
Implementations§
source§impl SparseMatrixSparseCholeskyInst
impl SparseMatrixSparseCholeskyInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘SparseMatrixSparseCholesky’ operation.
sourcepub fn input(&self) -> Input<'_>
pub fn input(&self) -> Input<'_>
Returns the ‘input’ Input of this ‘SparseMatrixSparseCholesky’ operation.
sourcepub fn permutation(&self) -> Input<'_>
pub fn permutation(&self) -> Input<'_>
Returns the ‘permutation’ Input of this ‘SparseMatrixSparseCholesky’ operation.
Trait Implementations§
source§impl Clone for SparseMatrixSparseCholeskyInst
impl Clone for SparseMatrixSparseCholeskyInst
source§fn clone(&self) -> SparseMatrixSparseCholeskyInst
fn clone(&self) -> SparseMatrixSparseCholeskyInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<SparseMatrixSparseCholeskyInst> for Operation
impl From<SparseMatrixSparseCholeskyInst> for Operation
source§fn from(inst: SparseMatrixSparseCholeskyInst) -> Operation
fn from(inst: SparseMatrixSparseCholeskyInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for SparseMatrixSparseCholeskyInst
impl Send for SparseMatrixSparseCholeskyInst
impl Sync for SparseMatrixSparseCholeskyInst
impl Unpin for SparseMatrixSparseCholeskyInst
impl UnwindSafe for SparseMatrixSparseCholeskyInst
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