Function tensorflow::ops::tensor_array
source · pub fn tensor_array<O0: Into<Output>>(
size: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for TensorArray::new().build(size, scope)
.
pub fn tensor_array<O0: Into<Output>>(
size: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for TensorArray::new().build(size, scope)
.