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