提交 ecbb2692 authored 作者: Frederic's avatar Frederic

More error info.

上级 acd223ba
...@@ -172,7 +172,7 @@ class test_Broadcast(unittest.TestCase): ...@@ -172,7 +172,7 @@ class test_Broadcast(unittest.TestCase):
yv = rand_val(ysh) yv = rand_val(ysh)
zv = xv + yv zv = xv + yv
self.assertTrue((f(xv, yv) == zv).all()) unittest_tools.assert_allclose(f(xv, yv), zv)
#test Elemwise.infer_shape #test Elemwise.infer_shape
#the Shape op don't implement c_code! #the Shape op don't implement c_code!
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论