提交 ed701f28 authored 作者: Ying Zhang's avatar Ying Zhang

remove argument

上级 e5a75a07
...@@ -5716,7 +5716,7 @@ class Test_Reshape(unittest.TestCase): ...@@ -5716,7 +5716,7 @@ class Test_Reshape(unittest.TestCase):
assert sum(isinstance(node.op, self.op) for node in topo) == 1 assert sum(isinstance(node.op, self.op) for node in topo) == 1
def test_local_useless_reshape(self): def test_local_useless_reshape():
mode = theano.compile.get_default_mode().including( mode = theano.compile.get_default_mode().including(
'local_useless_reshape') 'local_useless_reshape')
i = T.iscalar('i') i = T.iscalar('i')
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论