当前位置: 首页>>代码示例 >>用法及示例精选 >>正文


Python mxnet.context.Context.device_type用法及代码示例


用法:

property device_type

返回

device_type

返回类型

str

返回当前上下文的设备类型。

例子

>>> mx.context.current_context().device_type
'cpu'
>>> mx.current_context().device_type
'cpu'

相关用法


注:本文由纯净天空筛选整理自apache.org大神的英文原创作品 mxnet.context.Context.device_type。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。