File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -261,12 +261,11 @@ export declare namespace InferenceSession {
261261 /**
262262 * Specify the validation mode for WebGPU execution provider.
263263 * - 'disabled': Disable all validation.
264- * When used in Node.js, disable validation may cause process crash if WebGPU errors occur. Be
265- * cautious when using this mode.
266- * When used in web, this mode is equivalent to 'wgpuOnly'.
264+ * When used in Node.js, disable validation may cause process crash if WebGPU errors occur. Be cautious when using
265+ * this mode.
266+ * When used in web, this mode is equivalent to 'wgpuOnly'.
267267 * - 'wgpuOnly': Perform WebGPU internal validation only.
268- * - 'basic': Perform basic validation including WebGPU internal validation.
269- * This is the default mode.
268+ * - 'basic': Perform basic validation including WebGPU internal validation. This is the default mode.
270269 * - 'full': Perform full validation. This mode may have performance impact. Use it for debugging purpose.
271270 *
272271 * @default 'basic'
You can’t perform that action at this time.
0 commit comments