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