提交 6abcb74c 编写于 作者: C chengduoZH

fix unit test class name

上级 2d8a5b97
......@@ -116,7 +116,7 @@ class TestCase3(TestPool2d_Op):
self.paddings = [0, 0]
class TestCase3(TestPool2d_Op):
class TestCase4(TestPool2d_Op):
def initTestCase(self):
self.global_pool = False
self.op_type = "pool2d"
......@@ -128,7 +128,7 @@ class TestCase3(TestPool2d_Op):
self.paddings = [0, 0]
class TestCase3(TestPool2d_Op):
class TestCase5(TestPool2d_Op):
def initTestCase(self):
self.global_pool = False
self.op_type = "pool2d"
......
......@@ -124,7 +124,7 @@ class TestCase3(TestPool3d_Op):
self.paddings = [0, 0, 0]
class TestCase3(TestPool3d_Op):
class TestCase4(TestPool3d_Op):
def initTestCase(self):
self.global_pool = False
self.op_type = "pool3d"
......@@ -136,7 +136,7 @@ class TestCase3(TestPool3d_Op):
self.paddings = [0, 0, 0]
class TestCase3(TestPool3d_Op):
class TestCase5(TestPool3d_Op):
def initTestCase(self):
self.global_pool = False
self.op_type = "pool3d"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册