class tensorstore.dtype TensorStore data type representation. Constructors¶ dtype(name: str) Construct by name. dtype(dtype: dtype) Construct from an existing TensorStore or NumPy data type. Public members¶ property name : str to_json() → str property numpy_dtype : numpy.dtype property type : object __call__(arg0: object) → object Construct a scalar instance of this data type