-
Notifications
You must be signed in to change notification settings - Fork 114
Add Op UnitTest for divide #1383
Add Op UnitTest for divide #1383
Conversation
Thanks for your contribution! |
2023-05-03 16:19:14 Error: /paddle/paddle/phi/kernels/funcs/elementwise_functor.h:91 Assertion 看报错,应该是在paddle那边,这边CINN无法测试int类型。 |
PR描述请参考:#1379 ,建议拷贝过来并按照对应情况进行自检查(注意选项并☑️) |
|
可否把random函数更新,加个参数,except,就是不纳入数据范围的值? |
目前 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* fix * fix * fix * fix * fix * fix * fix * fix * fix
描述
为 divide 算子增加单测文件
算子类型
OpMapper
否
Test Cases Checklist
张量维度
special shape
挑选 2D/3D/4D 张量中的一个,测试下面的特殊情况。
张量数据类型
广播
算子属性
算子属性的测试用例。