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