mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 10:16:30 +00:00
5 lines
109 B
Cython
5 lines
109 B
Cython
cdef class HardwareService:
|
|
|
|
@staticmethod
|
|
cdef has_nvidia_gpu()
|
|
cdef str get_hardware_info(self) |