onnxruntime/js/web/lib/onnxjs/backends/webgl/ops
Tixxx db88f3059c
[js] fixing broadcast issues in pack mode (#8090)
* fixing broadcast issues in pack mode

* improved bcast logic for matmul

* removed TODO

* rebased from master
2021-06-23 09:55:19 -07:00
..
batch-normalization.ts
binary-op.ts [js] fixing broadcast issues in pack mode (#8090) 2021-06-23 09:55:19 -07:00
clip.ts Adding Conv+Clip fusion (#8102) 2021-06-21 16:30:12 -07:00
concat-packed.ts
concat.ts
conv-pack.ts Adding Conv+Clip fusion (#8102) 2021-06-21 16:30:12 -07:00
conv.ts Adding Conv+Clip fusion (#8102) 2021-06-21 16:30:12 -07:00
depth-to-space.ts [JS]support running super resolution model using ortweb (#7677) 2021-05-25 17:43:43 -07:00
dropout.ts
elu.ts
flatten.ts
fuse-utils.ts Adding Conv+Clip fusion (#8102) 2021-06-21 16:30:12 -07:00
gather.ts
gemm.ts
im2col-pack.ts [JS/Web]Adding support for WebGL v1 (#7906) 2021-06-03 21:30:42 -07:00
image-scaler.ts
instance-normalization.ts
leaky-relu.ts
matmul-pack.ts [js] fixing broadcast issues in pack mode (#8090) 2021-06-23 09:55:19 -07:00
matmul.ts [js] fixing broadcast issues in pack mode (#8090) 2021-06-23 09:55:19 -07:00
pack.ts
packing-utils.ts
pad.ts
pool.ts
reduce.ts
reshape-packed.ts
reshape.ts
resize-packed.ts
shape.ts Adding webgl shape kernel (#7971) 2021-06-08 06:22:45 -07:00
slice.ts
softmax.ts
split.ts
squeeze.ts
sum.ts
tile.ts
transpose.ts
uint8-encode.ts
unary-op.ts
unpack.ts
unsqueeze.ts
upsample.ts