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