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