Supported Ops
| Operator | Known limitations |
|---|---|
| FullyConnected | |
| Conv2d | |
| DepthwiseConv2d | |
| TransposeConv | |
| MaxPool2d | |
| AveragePool2d | |
| Concatenation | |
| Reshape | |
| ExpandDims | |
| Squeeze | |
| Slice | |
| StridedSlice | |
| Gather | |
| GatherNd | |
| OneHot | |
| Split | |
| Transpose | |
| ResizeNearestNeighbor | |
| ResizeBilinear | |
| Cast | |
| Add | |
| AddN | |
| Mul | |
| Div | |
| FloorDiv | |
| Pow | |
| Square | |
| Sin | |
| Tanh | |
| Abs | |
| Neg | |
| Sqrt | |
| Floor | |
| Minimum | |
| Maximum | |
| Equal | |
| NotEqual | |
| Less | |
| LessEqual | |
| Greater | |
| GreaterEqual | |
| LogicalNot | |
| LogicalAnd | |
| LogicalOr | |
| Relu | |
| Relu6 | |
| Softmax | |
| Gelu | |
| Elu | |
| HardSwish | |
| ReduceMin | |
| ReduceMax | |
| ReduceAny | |
| ReduceProd | |
| ArgMin | |
| ArgMax |