Files
annotations/Azaion.Loader/hardware_service.pxd
T
Alex Bezdieniezhnykh 7750025631 separate load functionality from inference client to loader client. Call loader client from inference to get the model.
remove dummy dlls, remove resource loader from c#.

TODO: Load dlls separately by Loader UI and loader client

WIP
2025-06-06 20:04:03 +03:00

4 lines
79 B
Cython

cdef class HardwareService:
@staticmethod
cdef str get_hardware_info()