numpy.distutils.ccompiler_opt.CCompilerOpt.feature_sorted#

方法

distutils.ccompiler_opt.CCompilerOpt.feature_sorted(names, reverse=False)[source]#

按最低兴趣排序 CPU 特征列表。

参数:
‘names’: 序列

支持的特征名称序列,全部大写。

‘reverse’: bool, 可选

如果为真,则排序后的特征将被反转。(最高兴趣)

返回值:
list, 排序后的 CPU 特征