Struct tensorflow::ops::SparseReshapeInst
source · [−]pub struct SparseReshapeInst {
pub op: Operation,
}
Expand description
An instance of ‘SparseReshape’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built SparseReshape Operation in a Tensorflow graph.
Implementations
sourceimpl SparseReshapeInst
impl SparseReshapeInst
sourcepub fn output_indices(&self) -> Output
pub fn output_indices(&self) -> Output
Returns the ‘output_indices’ Output of this ‘SparseReshape’ operation.
sourcepub fn output_shape(&self) -> Output
pub fn output_shape(&self) -> Output
Returns the ‘output_shape’ Output of this ‘SparseReshape’ operation.
sourcepub fn input_indices(&self) -> Input<'_>
pub fn input_indices(&self) -> Input<'_>
Returns the ‘input_indices’ Input of this ‘SparseReshape’ operation.
sourcepub fn input_shape(&self) -> Input<'_>
pub fn input_shape(&self) -> Input<'_>
Returns the ‘input_shape’ Input of this ‘SparseReshape’ operation.
Trait Implementations
sourceimpl Clone for SparseReshapeInst
impl Clone for SparseReshapeInst
sourcefn clone(&self) -> SparseReshapeInst
fn clone(&self) -> SparseReshapeInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for SparseReshapeInst
impl Debug for SparseReshapeInst
sourceimpl From<SparseReshapeInst> for Operation
impl From<SparseReshapeInst> for Operation
sourcefn from(inst: SparseReshapeInst) -> Operation
fn from(inst: SparseReshapeInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SparseReshapeInst
impl Send for SparseReshapeInst
impl Sync for SparseReshapeInst
impl Unpin for SparseReshapeInst
impl UnwindSafe for SparseReshapeInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more