提交 ca896240 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

flake8 for theano/tensor/blas.py

上级 faee3e71
...@@ -361,7 +361,7 @@ class Gemv(Op): ...@@ -361,7 +361,7 @@ class Gemv(Op):
output is a vector that can be inplace on y output is a vector that can be inplace on y
""" """
__props__ = ("inplace",) __props__ = ("inplace",)
def __init__(self, inplace): def __init__(self, inplace):
self.inplace = inplace self.inplace = inplace
if inplace: if inplace:
...@@ -450,7 +450,7 @@ class Ger(Op): ...@@ -450,7 +450,7 @@ class Ger(Op):
and override the make_thunk() method to use Scipy and C respectively. and override the make_thunk() method to use Scipy and C respectively.
""" """
__props__ = ("destructive",) __props__ = ("destructive",)
def __init__(self, destructive): def __init__(self, destructive):
self.destructive = destructive self.destructive = destructive
if destructive: if destructive:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论