提交 0a7087a8 authored 作者: Hengjean's avatar Hengjean

Fixed a little formatting error

上级 df15cb80
...@@ -1995,7 +1995,6 @@ class MulSD(gof.op.Op): ...@@ -1995,7 +1995,6 @@ class MulSD(gof.op.Op):
x, y = as_sparse_variable(x), tensor.as_tensor_variable(y) x, y = as_sparse_variable(x), tensor.as_tensor_variable(y)
assert x.format in ["csr", "csc"] assert x.format in ["csr", "csc"]
# upcast the tensor. Is the cast of sparse done implemented? # upcast the tensor. Is the cast of sparse done implemented?
dtype = scalar.upcast(x.type.dtype, y.type.dtype) dtype = scalar.upcast(x.type.dtype, y.type.dtype)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论