The nvmath.device module is experimental and potentially subject to future changes. CodeType# class nvmath.device.CodeType(kind, cc)[source]# A namedtuple class that encapsulates code kind and compute capability. kind# A string denoting the nature of the code, e.g, 'lto'. Type: str cc# The target compute capability of the code. Type: ComputeCapability static __new__(_cls, kind, cc)# Create new instance of CodeType(kind, cc)