Struct tensorflow::ops::ApplyFtrlInst
source · pub struct ApplyFtrlInst {
pub op: Operation,
}
Expand description
An instance of ‘ApplyFtrl’ Operation with it’s Outputs and Inputs exposed as methods.
Fields§
§op: Operation
An 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 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 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 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