Files
annotations/Azaion.Loader/hardware_service.pxd
Oleksandr Bezdieniezhnykh b6b6751c37 fix loader bug with _CACHED_HW_INFO
put tile size to name and set it dynamically for AI recognition
2025-09-02 13:59:23 +03:00

6 lines
105 B
Cython

cdef str _CACHED_HW_INFO
cdef class HardwareService:
@staticmethod
cdef str get_hardware_info()