提交 70b52733 编写于 作者: J JiabinYang

test=develop

上级 ff07dc31
......@@ -49,7 +49,7 @@ class TestReorgOp(OpTest):
self.x.shape[1], self.x.shape[0], self.stride, self.forward,
self.out_1d)
self.out = np.reshape(self.out_1d, self.infered_shape)
self.attrs = {"stride": long(self.stride)}
self.attrs = {"stride": self.stride}
self.outputs = {"Out": self.out}
def init_data(self):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册