onnxruntime/tools
Yulong Wang 4712009f8a
[js/web] add target ort.webgpu.min.js (#15780)
### Description
add target ort.webgpu.min.js

WebGPU is experimental feature, so I don't want to put webgpu into the
ort.min.js file. This change adds 2 ways for users to access ort-web
with webgpu:
- using script tag: by URL
`https://cdn.jsdelivr.net/npm/onnxruntime-web@1.15.0/dist/ort.webgpu.min.js`
( this URL is not ready yet )
- using `import()`: use `import { Tensor, InferenceSession } from
'onnxruntime-web/webgpu';` - 'onnxruntime-web/webgpu' instead of
'onnxruntime-web'
2023-05-04 10:05:39 -07:00
..
android_custom_build Update cmake version in a few places (#15775) 2023-05-02 22:56:28 -07:00
ci_build [js/web] add target ort.webgpu.min.js (#15780) 2023-05-04 10:05:39 -07:00
doc Python documentation for onnxruntime-training (#15765) 2023-05-02 16:58:16 -07:00
nuget Creating Nuget and Android packages for Training (#15712) 2023-05-01 12:59:56 -07:00
perf_view
python Update VERSION_NUMBER (#15773) 2023-05-03 15:07:34 -07:00