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