pub fn tensor_list_reserve<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    element_shape: &T0,
    num_elements: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for TensorListReserve::new().call(&ctx, &element_shape, &num_elements).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorListReserve