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