onnxruntime/js/web/test/e2e/browser-test-webgl.js

7 lines
225 B
JavaScript
Raw Normal View History

// 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'] });
});