tf.raw_ops.TensorArray

sizeA Tensor of type int32.
dtypeA tf.DType.
dynamic_sizeAn optional bool. Defaults to False.
clear_after_readAn optional bool. Defaults to True.
tensor_array_nameAn optional string. Defaults to "".
element_shapeAn optional tf.TensorShape or list of ints. Defaults to None.
nameA name for the operation (optional).

A Tensor of type mutable string.