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