提交 038d0ab8 authored 作者: Frederic's avatar Frederic

[CRASH] in python 3 due to mix of spaces and tab.

上级 befc44f8
......@@ -613,8 +613,7 @@ def gemv_c_code(aa, xx, yy, zz, alpha, beta, destructive, fail,
class CGemv(BaseBLAS, Gemv):
def __init__(self, inplace, force_init_beta=False):
super(CGemv, self).__init__(inplace)
self.force_init_beta = force_init_beta
self.force_init_beta = force_init_beta
def c_code(self, node, name, inp, out, sub):
aa, alpha, xx, yy, beta = inp
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论