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