Struct tensorflow::ops::ResourceSparseApplyFtrlV2Inst
source · pub struct ResourceSparseApplyFtrlV2Inst {
pub op: Operation,
}
Expand description
An instance of ‘ResourceSparseApplyFtrlV2’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An instance of a fully built ResourceSparseApplyFtrlV2 Operation in a Tensorflow graph.
Implementations§
source§impl ResourceSparseApplyFtrlV2Inst
impl ResourceSparseApplyFtrlV2Inst
sourcepub fn var(&self) -> Input<'_>
pub fn var(&self) -> Input<'_>
Returns the ‘var’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
sourcepub fn accum(&self) -> Input<'_>
pub fn accum(&self) -> Input<'_>
Returns the ‘accum’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
sourcepub fn linear(&self) -> Input<'_>
pub fn linear(&self) -> Input<'_>
Returns the ‘linear’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
sourcepub fn grad(&self) -> Input<'_>
pub fn grad(&self) -> Input<'_>
Returns the ‘grad’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
sourcepub fn indices(&self) -> Input<'_>
pub fn indices(&self) -> Input<'_>
Returns the ‘indices’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
sourcepub fn lr(&self) -> Input<'_>
pub fn lr(&self) -> Input<'_>
Returns the ‘lr’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
sourcepub fn l1(&self) -> Input<'_>
pub fn l1(&self) -> Input<'_>
Returns the ‘l1’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
sourcepub fn l2(&self) -> Input<'_>
pub fn l2(&self) -> Input<'_>
Returns the ‘l2’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
sourcepub fn l2_shrinkage(&self) -> Input<'_>
pub fn l2_shrinkage(&self) -> Input<'_>
Returns the ‘l2_shrinkage’ Input of this ‘ResourceSparseApplyFtrlV2’ operation.
Trait Implementations§
source§impl Clone for ResourceSparseApplyFtrlV2Inst
impl Clone for ResourceSparseApplyFtrlV2Inst
source§fn clone(&self) -> ResourceSparseApplyFtrlV2Inst
fn clone(&self) -> ResourceSparseApplyFtrlV2Inst
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more