提交 2aa4d326 编写于 作者: D dangqingqing

Fix unit testint in test_prelu_op.

上级 063cd3a1
...@@ -17,10 +17,10 @@ class PReluTest(OpTest): ...@@ -17,10 +17,10 @@ class PReluTest(OpTest):
assert out_np is not self.inputs['X'] assert out_np is not self.inputs['X']
self.outputs = {'Out': out_np} self.outputs = {'Out': out_np}
def not_test_check_output(self): def test_check_output(self):
self.check_output() self.check_output()
def not_test_check_grad(self): def test_check_grad(self):
self.check_grad(['X'], 'Out') self.check_grad(['X'], 'Out')
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册