Struct tensorflow::ops::ResourceApplyCenteredRMSPropInst
source · pub struct ResourceApplyCenteredRMSPropInst {
pub op: Operation,
}
Expand description
An instance of ‘ResourceApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ResourceApplyCenteredRMSProp Operation in a Tensorflow graph.
Implementations§
source§impl ResourceApplyCenteredRMSPropInst
impl ResourceApplyCenteredRMSPropInst
sourcepub fn var(&self) -> Input<'_>
pub fn var(&self) -> Input<'_>
Returns the ‘var’ Input of this ‘ResourceApplyCenteredRMSProp’ operation.
sourcepub fn mg(&self) -> Input<'_>
pub fn mg(&self) -> Input<'_>
Returns the ‘mg’ Input of this ‘ResourceApplyCenteredRMSProp’ operation.
sourcepub fn ms(&self) -> Input<'_>
pub fn ms(&self) -> Input<'_>
Returns the ‘ms’ Input of this ‘ResourceApplyCenteredRMSProp’ operation.
sourcepub fn mom(&self) -> Input<'_>
pub fn mom(&self) -> Input<'_>
Returns the ‘mom’ Input of this ‘ResourceApplyCenteredRMSProp’ operation.
sourcepub fn lr(&self) -> Input<'_>
pub fn lr(&self) -> Input<'_>
Returns the ‘lr’ Input of this ‘ResourceApplyCenteredRMSProp’ operation.
sourcepub fn rho(&self) -> Input<'_>
pub fn rho(&self) -> Input<'_>
Returns the ‘rho’ Input of this ‘ResourceApplyCenteredRMSProp’ operation.
sourcepub fn momentum(&self) -> Input<'_>
pub fn momentum(&self) -> Input<'_>
Returns the ‘momentum’ Input of this ‘ResourceApplyCenteredRMSProp’ operation.
Trait Implementations§
source§impl Clone for ResourceApplyCenteredRMSPropInst
impl Clone for ResourceApplyCenteredRMSPropInst
source§fn clone(&self) -> ResourceApplyCenteredRMSPropInst
fn clone(&self) -> ResourceApplyCenteredRMSPropInst
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl From<ResourceApplyCenteredRMSPropInst> for Operation
impl From<ResourceApplyCenteredRMSPropInst> for Operation
source§fn from(inst: ResourceApplyCenteredRMSPropInst) -> Operation
fn from(inst: ResourceApplyCenteredRMSPropInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ResourceApplyCenteredRMSPropInst
impl Send for ResourceApplyCenteredRMSPropInst
impl Sync for ResourceApplyCenteredRMSPropInst
impl Unpin for ResourceApplyCenteredRMSPropInst
impl UnwindSafe for ResourceApplyCenteredRMSPropInst
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more