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