onnxruntime/js/web/lib/wasm/jsep/webgpu/ops
Yulong Wang 6fc3fd9ece
[js/webgpu] support Cast operator (#16489)
### Description
support `Cast` operator for webgpu backend.

Cast operator for webgpu backend currently only supports f32, u32, i32
and bool.
2023-08-18 23:51:03 -07:00
..
3rd-party [js/webgpu] fix a few shader errors (#17171) 2023-08-15 21:14:20 -07:00
argminmax.ts [js/web] [webgpu] new incides helper (#16957) 2023-08-11 11:36:59 -07:00
binary-op.ts [js/webgpu] Support int32 type for binary (#16901) 2023-08-18 12:19:01 -07:00
common.ts [js/web] [webgpu] new incides helper (#16957) 2023-08-11 11:36:59 -07:00
concat.ts [js/webgpu] fix a few shader errors (#17171) 2023-08-15 21:14:20 -07:00
conv-grouped.ts [js/web] [webgpu] new incides helper (#16957) 2023-08-11 11:36:59 -07:00
conv-transpose.ts [Web/JS] Add ConvTranspose support (#16433) 2023-07-08 11:10:50 -07:00
conv.ts [js/web] [JSEP] allow passing data in kernel compute (#16621) 2023-07-07 14:27:30 -07:00
conv2d-mm.ts
expand.ts [JS/WebGPU] Expand operator fixes (#17137) 2023-08-16 11:24:26 -07:00
fuse-utils.ts
gather.ts [js/web] JSEP node assignment optimization (#17128) 2023-08-15 18:58:05 -07:00
gemm.ts [js/webgpu] make RunFunction return void (#15669) 2023-04-25 14:14:26 -07:00
instance-norm.ts [js/web] JSEP LayerNormalization and InstanceNormalizations kernels (#16830) 2023-08-08 09:09:37 -07:00
layer-norm.ts [JS/Web] The bias input is optional, not required, for LayerNormalization operator (#17143) 2023-08-16 10:41:20 -07:00
matmul.ts [js/webgpu] make RunFunction return void (#15669) 2023-04-25 14:14:26 -07:00
pool.ts [js/web] [webgpu] new incides helper (#16957) 2023-08-11 11:36:59 -07:00
reduce.ts [js/webgpu] fix a few shader errors (#17171) 2023-08-15 21:14:20 -07:00
resize.ts [js/web] [webgpu] new incides helper (#16957) 2023-08-11 11:36:59 -07:00
skip-layer-norm.ts [JS/Web] Added SkipLayerNormalization operator. (#17102) 2023-08-18 09:59:03 -07:00
slice.ts [js/web] [webgpu] new incides helper (#16957) 2023-08-11 11:36:59 -07:00
softmax.ts js/webgpu: argmax,argmin,softmax support (#16882) 2023-08-02 18:16:19 -07:00
split.ts [js/web] [webgpu] new incides helper (#16957) 2023-08-11 11:36:59 -07:00
tile.ts [JS/WebGPU] Support Tile operator (#17123) 2023-08-18 10:07:21 -07:00
transpose.ts [js/web] [webgpu] new incides helper (#16957) 2023-08-11 11:36:59 -07:00
unary-op.ts [js/webgpu] support Cast operator (#16489) 2023-08-18 23:51:03 -07:00