onnxruntime/js/web/lib/wasm/jsep
Guenther Schmuelling 4a5f13b681
fix resize for fp16 (#19110)
resize for fp16 has 2 issues: scales are always f32 and roi can be f32
or f16.
scales:
this is fixed.

roi
this is fixed for the case where roi is not passed as optional input
with f16. To fix this it requires a much larger change and I did not
want to risk this short before a release. For all practical purpose
passing roi as input with f16 should be rare and we can fix it in the
near future.
2024-01-12 13:44:28 -08:00
..
webgpu fix resize for fp16 (#19110) 2024-01-12 13:44:28 -08:00
backend-webgpu.ts [js/webgpu] Introduce trace support (#18928) 2024-01-03 10:13:17 -08:00
init.ts [js/webgpu] fix heap access > 2GB (#18914) 2023-12-27 15:22:05 -08:00
log.ts [js/webgpu] support proxy for webgpu (#15851) 2023-05-15 16:23:13 -07:00
tensor-view.ts [js/web] revise TensorView (#17473) 2023-09-14 21:14:44 -07:00
util.ts [js/webgpu] allow 0 sized tensor for tensor view (#16540) 2023-06-30 12:05:04 -07:00