提交 944f3a36 authored 作者: notoraptor's avatar notoraptor

Flake8 correction.

上级 de87e576
...@@ -1093,7 +1093,6 @@ class GetItem2Lists(gof.op.Op): ...@@ -1093,7 +1093,6 @@ class GetItem2Lists(gof.op.Op):
assert ind1.dtype in integer_dtypes assert ind1.dtype in integer_dtypes
assert ind2.dtype in integer_dtypes assert ind2.dtype in integer_dtypes
return gof.Apply(self, [x, ind1, ind2], return gof.Apply(self, [x, ind1, ind2],
[theano.tensor.vector()]) [theano.tensor.vector()])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论