You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/09/28 02:41:19 UTC

[GitHub] [tvm] jiangjiajun commented on pull request #9126: [Frontend][PaddlePaddle][Part1] Add 100+ operators for PaddlePaddle

jiangjiajun commented on pull request #9126:
URL: https://github.com/apache/tvm/pull/9126#issuecomment-928658093


   Hi, @AndrewZhaoLuo @mbrookhart 
   Thanks for reviewing this PR.  
   1. PaddlePaddle now provides [English document](https://www.paddlepaddle.org.cn/documentation/docs/en/guides/index_en.html) for API ,  there's no document describe operators, we are supporting this operators most by refer to its cpp code or test code, like [crop_op.h](https://github.com/PaddlePaddle/Paddle/blob/develop/paddle/fluid/operators/crop_op.h) or [test_crop_tensor.py](https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/fluid/tests/unittests/test_crop_tensor_op.py), but I think it's necessary to provide such documents, I'll try to push this within the PaddlePaddle team in the next quarter. For now, if you have any question about the operators, just comment in this pr, I'll try to  make explanation here.
   2. Like other framework, PaddlePaddle has needs to upgrade operators, this will add or delete some parameters for the operator, and also bring a new operator name, like `squeeze2` or `multiclass_nms3`. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org