Struct tensorflow::ops::ResourceSparseApplyAdagradDAInst
source · pub struct ResourceSparseApplyAdagradDAInst {
pub op: Operation,
}
Expand description
An instance of ‘ResourceSparseApplyAdagradDA’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ResourceSparseApplyAdagradDA Operation in a Tensorflow graph.
Implementations§
source§impl ResourceSparseApplyAdagradDAInst
impl ResourceSparseApplyAdagradDAInst
sourcepub fn var(&self) -> Input<'_>
pub fn var(&self) -> Input<'_>
Returns the ‘var’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
sourcepub fn gradient_accumulator(&self) -> Input<'_>
pub fn gradient_accumulator(&self) -> Input<'_>
Returns the ‘gradient_accumulator’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
sourcepub fn gradient_squared_accumulator(&self) -> Input<'_>
pub fn gradient_squared_accumulator(&self) -> Input<'_>
Returns the ‘gradient_squared_accumulator’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
sourcepub fn grad(&self) -> Input<'_>
pub fn grad(&self) -> Input<'_>
Returns the ‘grad’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
sourcepub fn indices(&self) -> Input<'_>
pub fn indices(&self) -> Input<'_>
Returns the ‘indices’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
sourcepub fn lr(&self) -> Input<'_>
pub fn lr(&self) -> Input<'_>
Returns the ‘lr’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
sourcepub fn l1(&self) -> Input<'_>
pub fn l1(&self) -> Input<'_>
Returns the ‘l1’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
sourcepub fn l2(&self) -> Input<'_>
pub fn l2(&self) -> Input<'_>
Returns the ‘l2’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
sourcepub fn global_step(&self) -> Input<'_>
pub fn global_step(&self) -> Input<'_>
Returns the ‘global_step’ Input of this ‘ResourceSparseApplyAdagradDA’ operation.
Trait Implementations§
source§impl Clone for ResourceSparseApplyAdagradDAInst
impl Clone for ResourceSparseApplyAdagradDAInst
source§fn clone(&self) -> ResourceSparseApplyAdagradDAInst
fn clone(&self) -> ResourceSparseApplyAdagradDAInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more