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