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