Fork自 PaddlePaddle / Paddle
* Change all `data_type` in Python to `dtype` * Change `date_type` in C++ to `dtype` * Refine
* Cast Operator Cast input variable to other data type * Fix compile error * Add cast op * Follow comments