提交 54c8ee2f authored 作者: Frederic's avatar Frederic

pep8

上级 d1a13864
...@@ -5033,7 +5033,7 @@ def power(x, y): ...@@ -5033,7 +5033,7 @@ def power(x, y):
return x**y return x**y
def swapaxes(y,axis1,axis2): def swapaxes(y, axis1, axis2):
"swap axes of inputted tensor" "swap axes of inputted tensor"
y = as_tensor_variable(y) y = as_tensor_variable(y)
ndim = y.ndim ndim = y.ndim
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论