tensorflow::ops

Function tensor_array_v2

Source
pub fn tensor_array_v2<O0: Into<Output>>(
    size: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for TensorArrayV2::new().build(size, scope).