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

Shorthand for TensorListStack::new().call(&ctx, &input_handle, &element_shape).

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