TypeTensor - v0.1.0
    Preparing search index...

    Type Alias JSTypeOf<T>

    JSTypeOf: T["__jsType"]

    Extract the JavaScript type from a DType

    Type Parameters

    type JSType = JSTypeOf<Float32> // number
    type JSType2 = JSTypeOf<Bool> // boolean