TypeTensor - v0.1.0
    Preparing search index...

    Type Alias DTypeName

    DTypeName:
        | "bool"
        | "int8"
        | "uint8"
        | "int16"
        | "uint16"
        | "int32"
        | "uint32"
        | "float32"
        | "float64"
        | "int64"
        | "uint64"

    Union of all supported DType names