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