Created by: reyoung
Remove m4 macro language in protobuf generation. Always use double
when serializing in protobuf, but use float or double in Paddle C++.
Because of the implicit conversion between float
and double
, most of C++ code do not need to change.