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