onnxruntime/js/web/lib/onnxjs/ops
Yulong Wang 4ebc9c3b5e
[JS] onnxruntime-web (#7394)
* add web

* add script and test

* fix lint

* add test/data/ops

* add test/data/node/ to gitignore

* modify scripts

* add onnxjs

* fix tests

* fix test-runner

* fix sourcemap

* fix onnxjs profiling

* update test list

* update README

* resolve comments

* set wasm as default backend

* rename package

* update copyright header

* do not use class "Buffer" in browser context

* revise readme
2021-04-27 00:04:25 -07:00
..
argMax.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
batch-normalization.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
binary-op.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
cast.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
clip.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
concat.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
conv.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
dropout.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
elu.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
expand.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
flatten.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
gather.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
gemm.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
image-scaler.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
instance-normalization.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
leaky-relu.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
lrn.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
matmul.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
pad.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
pool.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
reduce-op.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
reshape.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
shape.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
slice.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
softmax.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
split.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
squeeze.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
sum.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
tile.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
transpose.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
unary-op.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
unsqueeze.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00
upsample.ts [JS] onnxruntime-web (#7394) 2021-04-27 00:04:25 -07:00