升级elementwise_pow、elementwise_max、elementwise_min、scale、sqrt等op单测精度、shape
Created by: Steffy-zxf
- 将elementwise_pow、elementwise_max、elementwise_min、scale、sqrt等op单测精度 由float32 升级至float64。
- 其中sqrt发现目前develop分支已经是float64,并且将sqrt的单测从 https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/fluid/tests/unittests/white_list/op_accuracy_white_list.py 移除,单独跑sqrt的单测没有报错(前后向误差满足要求),故从op_accuracy_white_list.py移除sqrt。
- 其中elementwise_pow目前develop分支已经是float64,但前后向误差不满足阈值要求。
2.将elementwise_pow、elementwise_max、elementwise_min等op单测输入数据 shape升级,大于等于100。