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