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