onnxruntime/js/web/lib/wasm/jsep/webgpu
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
..
ops fix resize for fp16 (#19110) 2024-01-12 13:44:28 -08:00
attribute-with-cache-key.ts [js] optimize eslint config (#18460) 2023-11-20 12:00:56 -08:00
gpu-data-manager.ts
op-resolve-rules.ts [js/webgpu] Revert parse norm attributes (#19074) 2024-01-09 20:58:50 -08:00
program-manager.ts [js/webgpu] Introduce trace support (#18928) 2024-01-03 10:13:17 -08:00
types.ts