pub struct ResourceSparseApplyCenteredRMSPropInst {
pub op: Operation,
}
Expand description
An instance of ‘ResourceSparseApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ResourceSparseApplyCenteredRMSProp Operation in a Tensorflow graph.
Implementations§
source§impl ResourceSparseApplyCenteredRMSPropInst
impl ResourceSparseApplyCenteredRMSPropInst
sourcepub fn var(&self) -> Input<'_>
pub fn var(&self) -> Input<'_>
Returns the ‘var’ Input of this ‘ResourceSparseApplyCenteredRMSProp’ operation.
sourcepub fn mg(&self) -> Input<'_>
pub fn mg(&self) -> Input<'_>
Returns the ‘mg’ Input of this ‘ResourceSparseApplyCenteredRMSProp’ operation.
sourcepub fn ms(&self) -> Input<'_>
pub fn ms(&self) -> Input<'_>
Returns the ‘ms’ Input of this ‘ResourceSparseApplyCenteredRMSProp’ operation.
sourcepub fn mom(&self) -> Input<'_>
pub fn mom(&self) -> Input<'_>
Returns the ‘mom’ Input of this ‘ResourceSparseApplyCenteredRMSProp’ operation.
sourcepub fn lr(&self) -> Input<'_>
pub fn lr(&self) -> Input<'_>
Returns the ‘lr’ Input of this ‘ResourceSparseApplyCenteredRMSProp’ operation.
sourcepub fn rho(&self) -> Input<'_>
pub fn rho(&self) -> Input<'_>
Returns the ‘rho’ Input of this ‘ResourceSparseApplyCenteredRMSProp’ operation.
sourcepub fn momentum(&self) -> Input<'_>
pub fn momentum(&self) -> Input<'_>
Returns the ‘momentum’ Input of this ‘ResourceSparseApplyCenteredRMSProp’ operation.
sourcepub fn epsilon(&self) -> Input<'_>
pub fn epsilon(&self) -> Input<'_>
Returns the ‘epsilon’ Input of this ‘ResourceSparseApplyCenteredRMSProp’ operation.
Trait Implementations§
source§impl Clone for ResourceSparseApplyCenteredRMSPropInst
impl Clone for ResourceSparseApplyCenteredRMSPropInst
source§fn clone(&self) -> ResourceSparseApplyCenteredRMSPropInst
fn clone(&self) -> ResourceSparseApplyCenteredRMSPropInst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more