提交 7ade97ce 编写于 作者: Z Zhang Ting 提交者: zhangting2020

Update __init__.py

上级 0aeef99f
......@@ -257,7 +257,7 @@ from .tensor.stat import numel #DEFINE_ALIAS
from .device import get_cudnn_version
from .device import set_device
from .device import get_device
from .device import is_compiled_with_cuda
from .device import is_compiled_with_cuda #DEFINE_ALIAS
from .device import is_compiled_with_xpu
from .device import XPUPlace
# from .tensor.tensor import Tensor #DEFINE_ALIAS
......
......@@ -18,7 +18,7 @@ import re
from paddle.fluid import core
from paddle.fluid import framework
from paddle.fluid.dygraph.parallel import ParallelEnv
from paddle.fluid.framework import is_compiled_with_cuda
from paddle.fluid.framework import is_compiled_with_cuda #DEFINE_ALIAS
__all__ = [
'get_cudnn_version',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册