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