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 full)

Properties

context: unknown
gpuDevice: unknown
name: "webnn"

Generated using TypeDoc