提交 86179c9d authored 作者: amrithasuresh's avatar amrithasuresh

Fixed Indentation

上级 c50f710c
...@@ -209,7 +209,7 @@ class SparseBlockOuter(Op): ...@@ -209,7 +209,7 @@ class SparseBlockOuter(Op):
for i in range(xIdx.shape[1]): for i in range(xIdx.shape[1]):
for j in range(yIdx.shape[1]): for j in range(yIdx.shape[1]):
o[xIdx[b, i], yIdx[b, j]] += np.outer(x[b, i], o[xIdx[b, i], yIdx[b, j]] += np.outer(x[b, i],
y[b, j, :]) y[b, j, :])
out_[0][0] = o out_[0][0] = o
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论