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