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§
source§impl 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§
source§impl Clone for TensorListPopBackInst
impl Clone for TensorListPopBackInst
source§fn clone(&self) -> TensorListPopBackInst
fn clone(&self) -> TensorListPopBackInst
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 TensorListPopBackInst
impl Debug for TensorListPopBackInst
source§impl From<TensorListPopBackInst> for Operation
impl From<TensorListPopBackInst> for Operation
source§fn 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§
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