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
sourceimpl 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
sourceimpl Clone for TensorArrayWriteV2Inst
impl Clone for TensorArrayWriteV2Inst
sourcefn clone(&self) -> TensorArrayWriteV2Inst
fn clone(&self) -> TensorArrayWriteV2Inst
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for TensorArrayWriteV2Inst
impl Debug for TensorArrayWriteV2Inst
sourceimpl From<TensorArrayWriteV2Inst> for Operation
impl From<TensorArrayWriteV2Inst> for Operation
sourcefn 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more