pub struct SparseSegmentSqrtNWithNumSegmentsInst {
pub op: Operation,
}
Expand description
An instance of ‘SparseSegmentSqrtNWithNumSegments’ Operation with it’s Outputs and Inputs exposed as methods.
Fields
op: Operation
An instance of a fully built SparseSegmentSqrtNWithNumSegments Operation in a Tensorflow graph.
Implementations
sourceimpl SparseSegmentSqrtNWithNumSegmentsInst
impl SparseSegmentSqrtNWithNumSegmentsInst
sourcepub fn output(&self) -> Output
pub fn output(&self) -> Output
Returns the ‘output’ Output of this ‘SparseSegmentSqrtNWithNumSegments’ operation.
sourcepub fn data(&self) -> Input<'_>
pub fn data(&self) -> Input<'_>
Returns the ‘data’ Input of this ‘SparseSegmentSqrtNWithNumSegments’ operation.
sourcepub fn indices(&self) -> Input<'_>
pub fn indices(&self) -> Input<'_>
Returns the ‘indices’ Input of this ‘SparseSegmentSqrtNWithNumSegments’ operation.
sourcepub fn segment_ids(&self) -> Input<'_>
pub fn segment_ids(&self) -> Input<'_>
Returns the ‘segment_ids’ Input of this ‘SparseSegmentSqrtNWithNumSegments’ operation.
sourcepub fn num_segments(&self) -> Input<'_>
pub fn num_segments(&self) -> Input<'_>
Returns the ‘num_segments’ Input of this ‘SparseSegmentSqrtNWithNumSegments’ operation.
Trait Implementations
sourceimpl Clone for SparseSegmentSqrtNWithNumSegmentsInst
impl Clone for SparseSegmentSqrtNWithNumSegmentsInst
sourcefn clone(&self) -> SparseSegmentSqrtNWithNumSegmentsInst
fn clone(&self) -> SparseSegmentSqrtNWithNumSegmentsInst
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 From<SparseSegmentSqrtNWithNumSegmentsInst> for Operation
impl From<SparseSegmentSqrtNWithNumSegmentsInst> for Operation
sourcefn from(inst: SparseSegmentSqrtNWithNumSegmentsInst) -> Operation
fn from(inst: SparseSegmentSqrtNWithNumSegmentsInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for SparseSegmentSqrtNWithNumSegmentsInst
impl Send for SparseSegmentSqrtNWithNumSegmentsInst
impl Sync for SparseSegmentSqrtNWithNumSegmentsInst
impl Unpin for SparseSegmentSqrtNWithNumSegmentsInst
impl UnwindSafe for SparseSegmentSqrtNWithNumSegmentsInst
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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