onnxruntime/js/web/types.d.ts
Yulong Wang 291a5352b2
[js/web] remove training release (#22103)
### Description

Remove training from onnxruntime-web

Following up of #22082
2024-09-16 10:56:22 -07:00

22 lines
486 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/all' {
export * from 'onnxruntime-web';
}
declare module 'onnxruntime-web/wasm' {
export * from 'onnxruntime-web';
}
declare module 'onnxruntime-web/webgl' {
export * from 'onnxruntime-web';
}
declare module 'onnxruntime-web/webgpu' {
export * from 'onnxruntime-web';
}