mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
Fixed ArgMin and ArgMax and refactored using functionality from Reduce operator code. ### Description Removed code/functionality duplication and fixed some issue. ### 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. --> |
||
|---|---|---|
| .. | ||
| 3rd-party | ||
| argminmax.ts | ||
| binary-op.ts | ||
| common.ts | ||
| concat.ts | ||
| conv-grouped.ts | ||
| conv-transpose.ts | ||
| conv.ts | ||
| conv2d-mm.ts | ||
| expand.ts | ||
| fuse-utils.ts | ||
| gather.ts | ||
| gelu.ts | ||
| gemm.ts | ||
| matmul.ts | ||
| pool.ts | ||
| reduce.ts | ||
| resize.ts | ||
| slice.ts | ||
| softmax.ts | ||
| split.ts | ||
| transpose.ts | ||
| unary-op.ts | ||