Function tensorflow::ops::tensor_array_read_v3
source · pub fn tensor_array_read_v3<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
handle: O0,
index: O1,
flow_in: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorArrayReadV3::new().build(handle, index, flow_in, scope)
.