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