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