pub struct ApplyFtrlInst {
    pub op: Operation,
}Expand description
An instance of ‘ApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: OperationAn instance of a fully built ApplyFtrl Operation in a Tensorflow graph.
Implementations§
Source§impl ApplyFtrlInst
 
impl ApplyFtrlInst
Trait Implementations§
Source§impl Clone for ApplyFtrlInst
 
impl Clone for ApplyFtrlInst
Source§fn clone(&self) -> ApplyFtrlInst
 
fn clone(&self) -> ApplyFtrlInst
Returns a duplicate 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 ApplyFtrlInst
 
impl Debug for ApplyFtrlInst
Source§impl From<ApplyFtrlInst> for Operation
 
impl From<ApplyFtrlInst> for Operation
Source§fn from(inst: ApplyFtrlInst) -> Operation
 
fn from(inst: ApplyFtrlInst) -> Operation
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ApplyFtrlInst
impl RefUnwindSafe for ApplyFtrlInst
impl Send for ApplyFtrlInst
impl Sync for ApplyFtrlInst
impl Unpin for ApplyFtrlInst
impl UnwindSafe for ApplyFtrlInst
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