提交 eaab9d97 authored 作者: Pierre Luc Carrier's avatar Pierre Luc Carrier

Fixed a typo in the unit tests

上级 25823ba2
...@@ -237,7 +237,7 @@ def test_softmax_float32(): ...@@ -237,7 +237,7 @@ def test_softmax_float32():
softmax_unittest_template('float32') softmax_unittest_template('float32')
def test_softmax_float64(): def test_softmax_float64():
softmax_unittest_template('float32') softmax_unittest_template('float64')
def softmax_unittest_template(dtypeInput): def softmax_unittest_template(dtypeInput):
""" """
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论