Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

[Paddle-TRT]Fix cast bug

Open zhoutianzi666 opened this issue 3 years ago • 1 comments

PR types

Others

PR changes

Others

Describe

layer->getOutput()->setType() may fail, use layer->setOutputType() instead. in trt 8.4 setType fails, but ok in trt 8.2, so strange,so I use setOutputType() instead

zhoutianzi666 avatar Sep 20 '22 08:09 zhoutianzi666

很抱歉,经过我们的反复讨论,你的PR暂未达到合入标准,请阅读飞桨原生算子开发规范,你可以重新提交新的PR,我们先将此PR关闭,感谢你的贡献。 Sorry to inform you that through our discussion, your PR fails to meet the merging standard (Reference: Paddle Custom Operator Design Doc). You can also submit an new one. Thank you.

paddle-bot[bot] avatar Sep 21 '22 06:09 paddle-bot[bot]