-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
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.
- LRN(Unsupported operator LRN #16, supported in Unify the order of paddings, fix bug of LRN and so on #46)
- PRelu(identity, prelu support #13, implemented in Refactor and add naive prelu support #23)
- Identify(identity, prelu support #13, supported in Add more optimizing #24)
- 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 Fix pool shaper bug, fix fused add/mul bug, support batchnorm, suppor… #38 )
- Resize