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