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