提交 bf021f34 编写于 作者: W wangyang59

resize test

上级 469a349a
......@@ -84,18 +84,11 @@ class TestCase2(TestBilinearInterpOp):
self.out_w = 12
class TestCase2(TestBilinearInterpOp):
def init_test_case(self):
self.input_shape = [16, 3, 512, 1024]
self.out_h = 128
self.out_w = 256
class TestCase2(TestBilinearInterpOp):
class TestCase3(TestBilinearInterpOp):
def init_test_case(self):
self.input_shape = [8, 1, 256, 128]
self.out_h = 1024
self.out_w = 1024
self.input_shape = [1, 1, 128, 64]
self.out_h = 64
self.out_w = 128
if __name__ == "__main__":
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册