Created by: zhiqiu
This PR tries to generate pybind
functions for all operators automatically in dygraph mode, so In python side, each layers.xx
function can call the corresponding generated pybind
functions directly, other than append_op
like static graph mode.
The reason for doing that is to execute a fast
path in dygraph mode, so the time cost in Python side could be reduced.