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