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.