ONNX Runtime JavaScript API
    Preparing search index...

    Type Alias GpuBufferDataTypes

    GpuBufferDataTypes:
        | "float32"
        | "float16"
        | "int32"
        | "int64"
        | "uint32"
        | "uint8"
        | "bool"

    supported data types for constructing a tensor from a WebGPU buffer