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