Created by: liym27
1.add dtype check of shape
in fill_constant;
Check whether the data type is int32, int64
2.fix doc of fill_constant: fix description of argument shape and add examples;
cherry-pick https://github.com/PaddlePaddle/Paddle/pull/20620