提交 25dd8367 authored 作者: Nicolas Ballas's avatar Nicolas Ballas

Update tests name

上级 32685c40
...@@ -192,7 +192,7 @@ class TestConv3dFFT(unittest.TestCase): ...@@ -192,7 +192,7 @@ class TestConv3dFFT(unittest.TestCase):
filters_shape=(10, 6, 12, 4, 1), filters_shape=(10, 6, 12, 4, 1),
pad=True) pad=True)
def test_opt_conv3d(self): def test_opt_conv3d_fft(self):
inputs_shape = (16, 20, 32, 16, 1) inputs_shape = (16, 20, 32, 16, 1)
filters_shape = (10, 6, 12, 4, 1) filters_shape = (10, 6, 12, 4, 1)
...@@ -221,7 +221,7 @@ class TestConv3dFFT(unittest.TestCase): ...@@ -221,7 +221,7 @@ class TestConv3dFFT(unittest.TestCase):
utt.assert_allclose(res_ref, res_fft) utt.assert_allclose(res_ref, res_fft)
def test_opt_convgrad3d(self): def test_opt_convgrad3d_fft(self):
inputs_shape = (16, 20, 32, 16, 1) inputs_shape = (16, 20, 32, 16, 1)
filters_shape = (10, 6, 12, 4, 1) filters_shape = (10, 6, 12, 4, 1)
dCdH_shape = (16, 15, 12, 12, 10) dCdH_shape = (16, 15, 12, 12, 10)
...@@ -252,7 +252,7 @@ class TestConv3dFFT(unittest.TestCase): ...@@ -252,7 +252,7 @@ class TestConv3dFFT(unittest.TestCase):
utt.assert_allclose(res_ref, res_fft) utt.assert_allclose(res_ref, res_fft)
def test_opt_convtransp3d(self): def test_opt_convtransp3d_fft(self):
inputs_shape = (16, 15, 21, 12, 10) inputs_shape = (16, 15, 21, 12, 10)
filters_shape = (10, 6, 12, 4, 1) filters_shape = (10, 6, 12, 4, 1)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论