Files
annotations/Azaion.Loader/hardware_service.pxd
T
Alex Bezdieniezhnykh 500db31142 add azaion loader
2025-06-01 19:16:49 +03:00

5 lines
109 B
Cython

cdef class HardwareService:
@staticmethod
cdef has_nvidia_gpu()
cdef str get_hardware_info(self)