OptionaldefaultOptionaldeviceSpecify an optional WebGPU device to be used by the WebGPU execution provider.
OptionalforceSpecify a list of node names that should be executed on CPU even when WebGPU EP is used.
ReadonlynameOptionalpreferredSpecify the preferred layout when running layout sensitive operators.
OptionalquerySpecify the cache mode for query resolve buffers.
See storageBufferCacheMode for a description of the available modes.
OptionalstorageSpecify the cache mode for storage buffers.
For static-shape models, 'simple' may reduce GPU memory usage, because exact-size buffers are reused across runs instead of allocating new bucket-sized buffers.
OptionaluniformSpecify the cache mode for uniform buffers.
See storageBufferCacheMode for a description of the available modes.
OptionalvalidationSpecify the validation mode for WebGPU execution provider.
Specify the cache mode for buffers not covered by the other buffer cache mode options.
See storageBufferCacheMode for a description of the available modes.