mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-20 21:40:57 +00:00
11 lines
252 B
TypeScript
11 lines
252 B
TypeScript
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
||
|
|
// Licensed under the MIT License.
|
||
|
|
|
||
|
|
declare module 'onnxruntime-web' {
|
||
|
|
export * from 'onnxruntime-common';
|
||
|
|
}
|
||
|
|
|
||
|
|
declare module 'onnxruntime-web/webgpu' {
|
||
|
|
export * from 'onnxruntime-web';
|
||
|
|
}
|