In the table below:
lhs: left-hand side, the left-hand side in the operation.
rhs: right-hand side, the right-hand side in the operation.
Note
- The DeformConv operator itself has certain special characteristics.
We have implemented direct support for
torchvision::deformconv through a specific custom operator method.
Please contact Horizon for more information.
- The GroupNormalization operator, when exported from the Pytorch framework to ONNX,
will be automatically split by the framework into multiple suboperators into the original ONNX model,
and we support BPU computation for these suboperators, thus implementing support for the GroupNormalization operator.