onnxruntime/js/web/lib/onnxjs/backends/webgl/ops
Tixxx ea1a4f8fb5
[JS]support running super resolution model using ortweb (#7677)
* migrated changes to support running super resolution model using ortweb

* reverted benchmarking tool related changes which will be in a separate pr

* added kernel tests to op and node tests

* minor change to the order of variables

* added one more unit test for packed matmul
2021-05-25 17:43:43 -07:00
..
batch-normalization.ts
binary-op.ts
clip.ts
concat-packed.ts [js/web] port fixes for packed concat over to ort repo (#7605) 2021-05-07 13:04:53 -07:00
concat.ts
conv-pack.ts [JS]support running super resolution model using ortweb (#7677) 2021-05-25 17:43:43 -07:00
conv.ts [JS/Web] WebGL Profiling Tool (#7724) 2021-05-18 06:31:00 -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 [js/web] adding conv fuse logic (#7604) 2021-05-10 11:41:50 -07:00
gather.ts
gemm.ts
im2col-pack.ts [JS/Web] WebGL Profiling Tool (#7724) 2021-05-18 06:31:00 -07:00
image-scaler.ts
instance-normalization.ts [JS/Web] WebGL Profiling Tool (#7724) 2021-05-18 06:31:00 -07:00
leaky-relu.ts
matmul-pack.ts [JS]support running super resolution model using ortweb (#7677) 2021-05-25 17:43:43 -07:00
matmul.ts
pack.ts [JS/Web] WebGL Profiling Tool (#7724) 2021-05-18 06:31:00 -07:00
packing-utils.ts
pad.ts
pool.ts
reduce.ts
reshape-packed.ts [JS/Web] Bug fix for Reshape Pack (#7754) 2021-05-19 11:15:47 -07:00
reshape.ts
resize-packed.ts
slice.ts
softmax.ts [JS/Web] WebGL Profiling Tool (#7724) 2021-05-18 06:31:00 -07:00
split.ts [JS/Web] WebGL Profiling Tool (#7724) 2021-05-18 06:31:00 -07:00
squeeze.ts
sum.ts
tile.ts
transpose.ts
uint8-encode.ts [JS/Web] WebGL Profiling Tool (#7724) 2021-05-18 06:31:00 -07:00
unary-op.ts
unpack.ts [JS/Web] WebGL Profiling Tool (#7724) 2021-05-18 06:31:00 -07:00
unsqueeze.ts
upsample.ts