split to 2 files: tensorrt_engine and onnx engine

This commit is contained in:
Alex Bezdieniezhnykh
2025-04-30 19:33:59 +03:00
parent 4bca61d859
commit a1ee077e0a
12 changed files with 227 additions and 206 deletions
+2
View File
@@ -12,3 +12,5 @@ cdef class RemoteCommand:
@staticmethod
cdef from_msgpack(bytes data)
cdef bytes serialize(self)