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