TypeTensor - v0.1.0
    Preparing search index...

    Type Alias IsFloatDType<T>

    IsFloatDType: T["__isInteger"] extends false ? true : false

    Check if a DType is a floating point type

    Type Parameters

    type IsFloat = IsFloatDType<Float32> // true
    type IsInt = IsFloatDType<Int32> // false