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