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