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