- property tensorstore.dtype.numpy_dtype : numpy.dtype
NumPy data type corresponding to this TensorStore data type.
For TensorStore data types without a specific associated NumPy data type, the NumPy object data type
np.dtype("O")is returned.
NumPy data type corresponding to this TensorStore data type.
For TensorStore data types without a specific associated NumPy data type, the
NumPy object data type np.dtype("O") is returned.