tf.raw_ops.TensorListReserve

List of the given size with empty elements.

element_shape: the shape of the future elements of the list num_elements: the number of elements to reserve handle: the output list element_dtype: the desired type of elements in the list.

element_shape A Tensor. Must be one of the following types: int32, int64.
num_elements A Tensor of type int32.
element_dtype A tf.DType.
name A name for the operation (optional).

A Tensor of type variant.