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