TypeTensor - v0.1.0
    Preparing search index...

    Type Alias DTypeNameOf<T>

    DTypeNameOf: T["__dtype"]

    Extract the name from a DType

    Type Parameters

    type Name = DTypeNameOf<Float32> // 'float32'