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