onnxruntime/js/web/lib/wasm/jsep/webgpu/ops
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
..
3rd-party
argminmax.ts
attention.ts
batch-norm.ts
bias-add.ts
bias-split-gelu.ts
binary-op.ts
common.ts
concat.ts
conv-grouped.ts
conv-transpose.ts
conv.ts
cumsum.ts
einsum.ts
expand.ts
fuse-utils.ts
gather-elements.ts
gather.ts
gemm.ts
instance-norm.ts
layer-norm.ts
matmul.ts
multi-head-attentiion.ts
pad.ts
pool.ts
range.ts
reduce-shared.ts
reduce.ts
resize.ts fix resize for fp16 (#19110) 2024-01-12 13:44:28 -08:00
skip-layer-norm.ts
slice.ts
softmax.ts
split.ts
tile.ts
transpose.ts
unary-op.ts
where.ts