mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-24 02:47:54 +00:00
* Add ConvTranspose * Update docs + tests * fix lint * fix output shape calculations * Revert "fix output shape calculations" This reverts commit 8014fa9b33115f1d6a677fe2270a6da1b510ff67. * fix format * remove broken output_shape test |
||
|---|---|---|
| .. | ||
| batch-normalization.ts | ||
| binary-op.ts | ||
| cast.ts | ||
| concat-packed.ts | ||
| concat.ts | ||
| conv-grouped.ts | ||
| conv-pack.ts | ||
| conv-transpose.ts | ||
| conv.ts | ||
| depth-to-space.ts | ||
| dot-product.ts | ||
| flatten.ts | ||
| fuse-utils.ts | ||
| gather.ts | ||
| gemm.ts | ||
| im2col-pack.ts | ||
| im2col.ts | ||
| image-scaler.ts | ||
| instance-normalization.ts | ||
| matmul-pack.ts | ||
| matmul.ts | ||
| pack.ts | ||
| packing-utils.ts | ||
| pad.ts | ||
| pool.ts | ||
| reduce.ts | ||
| reshape-packed.ts | ||
| reshape.ts | ||
| resize-packed.ts | ||
| shape.ts | ||
| slice.ts | ||
| softmax.ts | ||
| split.ts | ||
| squeeze.ts | ||
| sum.ts | ||
| tile.ts | ||
| transpose.ts | ||
| uint8-encode.ts | ||
| unary-op.ts | ||
| unpack.ts | ||
| unsqueeze.ts | ||
| upsample.ts | ||