Struct tensorflow::ops::ApplyCenteredRMSPropInst
source · pub struct ApplyCenteredRMSPropInst {
pub op: Operation,
}
Expand description
An instance of ‘ApplyCenteredRMSProp’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ApplyCenteredRMSProp Operation in a Tensorflow graph.
Implementations§
source§impl ApplyCenteredRMSPropInst
impl ApplyCenteredRMSPropInst
sourcepub fn var(&self) -> Input<'_>
pub fn var(&self) -> Input<'_>
Returns the ‘var’ Input of this ‘ApplyCenteredRMSProp’ operation.
sourcepub fn mom(&self) -> Input<'_>
pub fn mom(&self) -> Input<'_>
Returns the ‘mom’ Input of this ‘ApplyCenteredRMSProp’ operation.
sourcepub fn rho(&self) -> Input<'_>
pub fn rho(&self) -> Input<'_>
Returns the ‘rho’ Input of this ‘ApplyCenteredRMSProp’ operation.
sourcepub fn momentum(&self) -> Input<'_>
pub fn momentum(&self) -> Input<'_>
Returns the ‘momentum’ Input of this ‘ApplyCenteredRMSProp’ operation.
Trait Implementations§
source§impl Clone for ApplyCenteredRMSPropInst
impl Clone for ApplyCenteredRMSPropInst
source§fn clone(&self) -> ApplyCenteredRMSPropInst
fn clone(&self) -> ApplyCenteredRMSPropInst
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 Debug for ApplyCenteredRMSPropInst
impl Debug for ApplyCenteredRMSPropInst
source§impl From<ApplyCenteredRMSPropInst> for Operation
impl From<ApplyCenteredRMSPropInst> for Operation
source§fn from(inst: ApplyCenteredRMSPropInst) -> Operation
fn from(inst: ApplyCenteredRMSPropInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for ApplyCenteredRMSPropInst
impl Send for ApplyCenteredRMSPropInst
impl Sync for ApplyCenteredRMSPropInst
impl Unpin for ApplyCenteredRMSPropInst
impl UnwindSafe for ApplyCenteredRMSPropInst
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