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