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