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