ONNX operators needed to be supported
Open
enhancement
- Dominant language
- C++
- Stars
- 350
- Forks
- 59
- PR merge metrics
- No merged PRs in 30d
Description
This issue is to summarize all operators which needed to be supported. If you want an operator to be supported, please feel free to post it here.
- [x] LRN(#16, supported in #46)
- [x] PRelu(#13, implemented in #23)
- [x] Identify(#13, supported in #24)
- [x] BatchNorm(most batchnorm will be fused into conv so there is no need to support batchnorm in these cases, but a few models(like resnet v2) has a bn->relu->conv sequence, which makes bn unable to be fused into conv.) (Supported in #38 )
- [ ] Resize
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.