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