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_shapeA Tensor. Must be one of the following types: int32, int64.
num_elementsA Tensor of type int32.
element_dtypeA tf.DType.
nameA name for the operation (optional).

A Tensor of type variant.