ONNX Runtime JavaScript API
    Preparing search index...

    Interface WebNNOptionsWebGpu

    Represents a set of options for WebNN execution provider with MLContext which is created from GPUDevice.

    interface WebNNOptionsWebGpu {
        context: unknown;
        gpuDevice: unknown;
        name: "webnn";
    }

    Hierarchy (View Summary)

    Index

    Properties

    context: unknown
    gpuDevice: unknown
    name: "webnn"