jiangjiajun edited a comment 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 mostly 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`. Currently, we have create 
a convert function for different versions of operator, but different versions 
of operator are both list in the `_convert_map`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to