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