Skip to content

Commit

Permalink
Update nodes :Transpose,Split,MatMul
Browse files Browse the repository at this point in the history
  • Loading branch information
inndoc committed Feb 28, 2023
1 parent 4477d2a commit 5411881
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/toolchain/appendix/operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Table below shows the list of operators supports base on ONNX operators.
| LpNormalization | N | N | N | N |
| LRN | N | N | N | N |
| LSTM | N | Y | Y | Y |
| MatMul | Y | Y | Y | Y |
| MatMul | N | Y | Y | Y |
| MaxPool<sup>8</sup> | Y | Y | Y | Y |
| MaxRoiPool | N | Y | Y | Y |
| MaxUnpool | N | N | N | N |
Expand Down Expand Up @@ -77,14 +77,14 @@ Table below shows the list of operators supports base on ONNX operators.
| Softplus | N | N | Y | Y |
| Softsign | N | N | Y | Y |
| SpaceToDepth<sup>13</sup> | N | N | Y | Y |
| Split | N | Y | Y | Y |
| Split | Y | Y | Y | Y |
| Squeeze | N | N | N | N |
| Sub | Y | Y | Y | Y |
| Sum | Y | Y | Y | Y |
| Tanh | N | Y | Y | Y |
| ThresholdedRelu | N | N | N | N |
| Tile | N | N | N | N |
| Transpose | N | N | Y | Y |
| Transpose | N | Y | Y | Y |
| Unsqueeze | N | N | N | N |
| Upsample<sup>14</sup> | N | Y | Y | Y |

Expand Down

0 comments on commit 5411881

Please sign in to comment.