About the supporting of String as Data in Tensor

Hi all, how TVM can support the string in the Tensor as a datatype, as the tf.string in Tensorflow? Is there any possible way to add such support?

you can add an external data type called a string. I see no reason to have a tensor of string though.