提交 be1864cd authored 作者: Alexander Matyasko's avatar Alexander Matyasko

Respect flake with future imports

上级 dd54f766
from __future__ import absolute_import, print_function, division
import os.path
import pygpu
......@@ -198,4 +199,4 @@ class GpuDownsampleFactorMaxGradGrad(CGpuKernelBase):
return Apply(self, [inp, out, out_grad, ws, stride, pad], [inp.type()])
def get_params(self, node):
return node.inputs[0].type.context
\ No newline at end of file
return node.inputs[0].type.context
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论