mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 12:36:31 +00:00
move python inference to Azaion.Inference folder
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
cdef enum CommandType:
|
||||
GET_USER = 10
|
||||
LOAD = 20
|
||||
INFERENCE = 30
|
||||
STOP_INFERENCE = 40
|
||||
EXIT = 100
|
||||
|
||||
cdef class RemoteCommand:
|
||||
cdef public bytes client_id
|
||||
cdef CommandType command_type
|
||||
cdef str filename
|
||||
cdef bytes data
|
||||
|
||||
@staticmethod
|
||||
cdef from_msgpack(bytes data)
|
||||
Reference in New Issue
Block a user