提交 7f5b5d90 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

flake8 for theano/tensor/io.py

上级 ca896240
...@@ -103,7 +103,7 @@ class MPIRecv(Op): ...@@ -103,7 +103,7 @@ class MPIRecv(Op):
@note: Non-differentiable. @note: Non-differentiable.
""" """
def __init__(self, source, tag, shape, dtype): def __init__(self, source, tag, shape, dtype):
self.source = source self.source = source
self.tag = tag self.tag = tag
...@@ -239,6 +239,7 @@ class MPISendWait(Op): ...@@ -239,6 +239,7 @@ class MPISendWait(Op):
request.wait() request.wait()
out[0][0] = True out[0][0] = True
def isend(var, dest, tag): def isend(var, dest, tag):
""" """
Non blocking send Non blocking send
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论