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§
source§impl 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§
source§impl Clone for SparseSliceInst
impl Clone for SparseSliceInst
source§fn clone(&self) -> SparseSliceInst
fn clone(&self) -> SparseSliceInst
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 SparseSliceInst
impl Debug for SparseSliceInst
source§impl From<SparseSliceInst> for Operation
impl From<SparseSliceInst> for Operation
source§fn 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§
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