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