• S
    update ops's unittest data type from float32 to float64 and shape over 100 (#22544) · 90ee3666
    Steffy-zxf 提交于
    * update ops's unittest of elementwise_pow, elementwise_max, elementwise_min, scale and sqrt
    1. update elementwise_pow, elementwise_max and scale's unitests with input data type (float32 -> float64)
    2. fix bug that the elementwise_pow doesn't meet threshold requirements with tackling float64 data
    3. remove sqrt from op_accuracy_white_list.py
    4. update the unittests of elementwise_pow, elementwise_max and elementwise_min ops that their input data shape over 100
    5. test=develop
    
    * modify the writing style according suggestions
    test=develop
    90ee3666
test_scale_op.py 5.0 KB