提交 29abb700 authored 作者: Iban Harlouchet's avatar Iban Harlouchet

Correction to theano/sparse/opt.py

上级 227be8bf
......@@ -582,7 +582,7 @@ class UsmmCscDense(gof.Op):
:note: Optimized version os Usmm when `x` is in csc format and
`y` is dense.
"""
__props__ = ("inplace")
__props__ = ("inplace",)
def __init__(self, inplace):
self.inplace = inplace
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论