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