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