2023-05-04 17:05:39 +00:00
|
|
|
// Copyright (c) Microsoft Corporation. All rights reserved.
|
|
|
|
|
// Licensed under the MIT License.
|
|
|
|
|
|
|
|
|
|
declare module 'onnxruntime-web' {
|
|
|
|
|
export * from 'onnxruntime-common';
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-11 16:38:51 +00:00
|
|
|
declare module 'onnxruntime-web/experimental' {
|
|
|
|
|
export * from 'onnxruntime-web';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
declare module 'onnxruntime-web/wasm' {
|
|
|
|
|
export * from 'onnxruntime-web';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
declare module 'onnxruntime-web/wasm-core' {
|
|
|
|
|
export * from 'onnxruntime-web';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
declare module 'onnxruntime-web/webgl' {
|
|
|
|
|
export * from 'onnxruntime-web';
|
|
|
|
|
}
|
|
|
|
|
|
2023-05-04 17:05:39 +00:00
|
|
|
declare module 'onnxruntime-web/webgpu' {
|
|
|
|
|
export * from 'onnxruntime-web';
|
|
|
|
|
}
|
2023-10-12 18:16:56 +00:00
|
|
|
|
|
|
|
|
declare module 'onnxruntime-web/training' {
|
|
|
|
|
export * from 'onnxruntime-web';
|
|
|
|
|
}
|