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