mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-29 03:30:52 +00:00
7 lines
225 B
JavaScript
7 lines
225 B
JavaScript
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
|
// Licensed under the MIT License.
|
||
|
|
|
||
|
|
it('Browser E2E testing - WebGL backend', async function () {
|
||
|
|
await testFunction(ort, { executionProviders: ['webgl'] });
|
||
|
|
});
|