Skip to content
TensorStore
tensorstore.dtype
Initializing search
    tensorstore
    tensorstore
      • Tutorial
      • Indexing
      • API reference
        • Core
        • Indexing
        • Spec
        • Views
        • Data types
          • C dtype
            • Constructors
              • M __init__(name)
              • M __init__(dtype)
            • Public members
              • P name
              • M to_json
              • P numpy_dtype
              • P type
              • M __call__
          • C dtype
            • Constructors
              • M __init__(name)
              • M __init__(dtype)
            • Public members
              • P name
              • M to_json
              • P numpy_dtype
              • P type
              • M __call__
          • V bool
          • V int4
          • V int8
          • V uint8
          • V int16
          • V uint16
          • V int32
          • V uint32
          • V int64
          • V uint64
          • V float8_e3m4
          • V float8_e4m3fn
          • V float8_e4m3fnuz
          • V float8_e4m3b11fnuz
          • V float8_e5m2
          • V float8_e5m2fnuz
          • V float16
          • V bfloat16
          • V float32
          • V float64
          • V complex64
          • V complex128
          • V string
          • V ustring
          • V json
        • Asynchronous support
        • OCDBT
        • Experimental
      • API reference
      • Building and Installing
      • Environment variables
      • JSON Spec
      • Index space
      • Schema
      • Context framework
      • Drivers
      • Key-Value Storage Layer
    • Constructors
    • Public members
    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