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