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