mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +00:00
8 lines
240 B
JavaScript
8 lines
240 B
JavaScript
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
// Licensed under the MIT License.
|
|
|
|
'use strict';
|
|
|
|
it('Browser E2E testing - WebGL backend', async function () {
|
|
await testFunction(ort, { executionProviders: ['webgl'] });
|
|
});
|