-
tensorstore.ustring : dtype =
dtype("ustring") Variable-length Unicode string data type. Corresponds to the Python
strtype.There is no precisely corresponding NumPy data type, but
numpy.object_is used.Note
The NumPy string types, while related, differ in that they are fixed-length and null-terminated.