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

    Interface DataTypeMap

    interface DataTypeMap {
        bool: Uint8Array;
        float16: Uint16Array;
        float32: Float32Array;
        float64: Float64Array;
        int16: Int16Array;
        int32: Int32Array;
        int4: Int8Array;
        int64: BigInt64Array;
        int8: Int8Array;
        string: string[];
        uint16: Uint16Array;
        uint32: Uint32Array;
        uint4: Uint8Array;
        uint64: BigUint64Array;
        uint8: Uint8Array;
    }
    Index

    Properties

    bool: Uint8Array
    float16: Uint16Array
    float32: Float32Array
    float64: Float64Array
    int16: Int16Array
    int32: Int32Array
    int4: Int8Array
    int64: BigInt64Array
    int8: Int8Array
    string: string[]
    uint16: Uint16Array
    uint32: Uint32Array
    uint4: Uint8Array
    uint64: BigUint64Array
    uint8: Uint8Array