ONNX Runtime JavaScript API
    Preparing search index...

    Type Alias GpuBufferTypeFallback

    type GpuBufferTypeFallback = {
        mapState: "unmapped" | "pending" | "mapped";
        size: number;
    }
    Index

    Properties

    Properties

    mapState: "unmapped" | "pending" | "mapped"
    size: number