Files
annotations/Azaion.Inference/hardware_service.pxd
T
2025-05-31 17:48:26 +03:00

5 lines
109 B
Cython

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