Update Refactorization README
Created by: tonyyang-svail
In current op porting procedure, you don't need to manually bind the operator in pybind.cc
. Instead, paddle/operators/CMakeLists.txt
will automatically generate the bind for you.
Update the README.