Created by: cryoco
PR types
Others
PR changes
Others
Describe
- Add unittests and op version registry for
tensorrt_subgraph_pass
; - Fix bug:
softmax
op converter results diff, by adding support for attraxis
; - Fix bug:
layer_norm
op converter results diff, by fixing the wrongly set feature size; -
conv2d
padded inSAME
mode has problem in paddle-TRT, disable its converting for now; -
instance_norm
op has little diff between GPU and TRT, adjust its unittest diff threshold to 1e-4.