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