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