UNPKG

@aislamov/onnxruntime-web64

Version:

A Javascript library for running ONNX models on browsers

11 lines (8 loc) 298 B
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. declare module '@aislamov/onnxruntime-web64' { export * from 'onnxruntime-common'; } declare module '@aislamov/onnxruntime-web64/webgpu' { export * from '@aislamov/onnxruntime-web64'; }