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.