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