Struct tensorflow::ops::CSRSparseMatrixComponentsInst
source · pub struct CSRSparseMatrixComponentsInst {
pub op: Operation,
}
Expand description
An instance of ‘CSRSparseMatrixComponents’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built CSRSparseMatrixComponents Operation in a Tensorflow graph.
Implementations§
source§impl CSRSparseMatrixComponentsInst
impl CSRSparseMatrixComponentsInst
sourcepub fn row_ptrs(&self) -> Output
pub fn row_ptrs(&self) -> Output
Returns the ‘row_ptrs’ Output of this ‘CSRSparseMatrixComponents’ operation.
sourcepub fn col_inds(&self) -> Output
pub fn col_inds(&self) -> Output
Returns the ‘col_inds’ Output of this ‘CSRSparseMatrixComponents’ operation.
sourcepub fn values(&self) -> Output
pub fn values(&self) -> Output
Returns the ‘values’ Output of this ‘CSRSparseMatrixComponents’ operation.
sourcepub fn csr_sparse_matrix(&self) -> Input<'_>
pub fn csr_sparse_matrix(&self) -> Input<'_>
Returns the ‘csr_sparse_matrix’ Input of this ‘CSRSparseMatrixComponents’ operation.
Trait Implementations§
source§impl Clone for CSRSparseMatrixComponentsInst
impl Clone for CSRSparseMatrixComponentsInst
source§fn clone(&self) -> CSRSparseMatrixComponentsInst
fn clone(&self) -> CSRSparseMatrixComponentsInst
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<CSRSparseMatrixComponentsInst> for Operation
impl From<CSRSparseMatrixComponentsInst> for Operation
source§fn from(inst: CSRSparseMatrixComponentsInst) -> Operation
fn from(inst: CSRSparseMatrixComponentsInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for CSRSparseMatrixComponentsInst
impl Send for CSRSparseMatrixComponentsInst
impl Sync for CSRSparseMatrixComponentsInst
impl Unpin for CSRSparseMatrixComponentsInst
impl UnwindSafe for CSRSparseMatrixComponentsInst
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