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