Code#
-
class nvmath.
device. Code(code_type, isa_version, data)[source]# A namedtuple class that encapsulates code type, version, and buffer.
- isa_version#
The instruction set architecture version for the code.
- Type:
- data#
The buffer pointer.
- static __new__(_cls, code_type, isa_version, data)#
Create new instance of Code(code_type, isa_version, data)