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