未验证 提交 357425d8 编写于 作者: zhouweiwei2014's avatar zhouweiwei2014 提交者: GitHub

remove repeated linalg in __all__ (#37117)

上级 63f5c2d4
...@@ -395,7 +395,6 @@ __all__ = [ # noqa ...@@ -395,7 +395,6 @@ __all__ = [ # noqa
'roll', 'roll',
'batch', 'batch',
'max', 'max',
'norm',
'logical_or', 'logical_or',
'bitwise_and', 'bitwise_and',
'bitwise_or', 'bitwise_or',
...@@ -424,7 +423,6 @@ __all__ = [ # noqa ...@@ -424,7 +423,6 @@ __all__ = [ # noqa
'load', 'load',
'numel', 'numel',
'median', 'median',
'inverse',
'no_grad', 'no_grad',
'set_grad_enabled', 'set_grad_enabled',
'mod', 'mod',
...@@ -505,7 +503,6 @@ __all__ = [ # noqa ...@@ -505,7 +503,6 @@ __all__ = [ # noqa
'expand_as', 'expand_as',
'stack', 'stack',
'sqrt', 'sqrt',
'cholesky',
'randperm', 'randperm',
'linspace', 'linspace',
'reshape', 'reshape',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册