Anonymous View
ONNX Runtime JavaScript API
    Preparing search index...

    Type Alias MLTensorDataTypes

    MLTensorDataTypes:
        | "float32"
        | "float16"
        | "int8"
        | "uint8"
        | "int32"
        | "uint32"
        | "int64"
        | "uint64"
        | "bool"
        | "uint4"
        | "int4"

    supported data types for constructing a tensor from a WebNN MLTensor