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
sourceimpl 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
sourceimpl Clone for TensorScatterSubInst
impl Clone for TensorScatterSubInst
sourcefn clone(&self) -> TensorScatterSubInst
fn clone(&self) -> TensorScatterSubInst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TensorScatterSubInst
impl Debug for TensorScatterSubInst
sourceimpl From<TensorScatterSubInst> for Operation
impl From<TensorScatterSubInst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more