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.