-
tensorstore.string : dtype =
dtype("string") Variable-length byte string data type. Corresponds to the Python
bytestype.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.