ISAVersion# class nvmath.device.ISAVersion(major, minor)[源代码]# 一个具名元组类,封装了代码版本。 major# 主代码版本。 类型: int minor# 次代码版本。 类型: int