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