mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-24 22:17:32 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| arg-max.ts | ||
| batch-normalization.ts | ||
| binary-op.ts | ||
| cast.ts | ||
| clip.ts | ||
| concat.ts | ||
| conv.ts | ||
| depth-to-space.ts | ||
| dropout.ts | ||
| elu.ts | ||
| expand.ts | ||
| flatten.ts | ||
| gather.ts | ||
| gemm.ts | ||
| image-scaler.ts | ||
| instance-normalization.ts | ||
| leaky-relu.ts | ||
| lrn.ts | ||
| matmul.ts | ||
| pad.ts | ||
| pool.ts | ||
| reduce-op.ts | ||
| reshape.ts | ||
| shape.ts | ||
| slice.ts | ||
| softmax.ts | ||
| split.ts | ||
| squeeze.ts | ||
| sum.ts | ||
| tile.ts | ||
| transpose.ts | ||
| unary-op.ts | ||
| unsqueeze.ts | ||
| upsample.ts | ||