提交 12ace374 authored 作者: --global's avatar --global

Also test with float16

上级 ecd547fb
...@@ -55,7 +55,7 @@ def test_elemwise_pow(): ...@@ -55,7 +55,7 @@ def test_elemwise_pow():
dtypes = ["uint8", "uint16", "uint32", "uint64", dtypes = ["uint8", "uint16", "uint32", "uint64",
"int8", "int16", "int32", "int64", "int8", "int16", "int32", "int64",
"float32", "float64"] "float16", "float32", "float64"]
for dtype_base in dtypes: for dtype_base in dtypes:
for dtype_exp in dtypes: for dtype_exp in dtypes:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论