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