Files
annotations/Azaion.Inference/hardware_service.pxd
T
Alex Bezdieniezhnykh b21f8e320f fix bug with annotation result gradient stops
add tensorrt engine
2025-04-02 00:29:21 +03:00

11 lines
286 B
Cython

cdef class HardwareInfo:
cdef str cpu, gpu, memory, mac_address
cdef to_json_object(self)
cdef class HardwareService:
cdef bint is_windows
cdef get_mac_address(self, interface=*)
@staticmethod
cdef has_nvidia_gpu()
cdef HardwareInfo get_hardware_info(self)