mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-08 00:23:03 +00:00
### Description Added support for ReduceL1, ReduceL2, ReduceMean, ReduceMin, ReduceMax, ReduceSum, ReduceLogSum, ReduceLogSumExp, ReduceProd and ReduceSquareSum. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> --------- Co-authored-by: Satya Jandhyala <sajandhy@microsoft.com> Co-authored-by: guschmue <guschmue@microsoft.com> |
||
|---|---|---|
| .. | ||
| 3rd-party | ||
| binary-op.ts | ||
| common.ts | ||
| concat.ts | ||
| conv-grouped.ts | ||
| conv.ts | ||
| conv2d-mm.ts | ||
| fuse-utils.ts | ||
| gemm.ts | ||
| matmul.ts | ||
| pool.ts | ||
| reduce.ts | ||
| transpose.ts | ||
| unary-op.ts | ||