Created by: wangchaochaohu
To solve https://github.com/PaddlePaddle/Paddle/issues/21113, we use the str to pass the value and we need pay atttention to the use of math::set_constant, the value
parameter is float and it is fixed, so we discard the usage of math::set_constant in fill_constant OP .