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