Files
clearpilot/selfdrive/modeld/runners/thneedmodel.pxd
Comma Device 1ff14d346f wip
2024-05-14 08:21:27 +00:00

10 lines
267 B
Cython
Executable File

# distutils: language = c++
from libcpp.string cimport string
from cereal.visionipc.visionipc cimport cl_context
cdef extern from "selfdrive/modeld/runners/thneedmodel.h":
cdef cppclass ThneedModel:
ThneedModel(string, float*, size_t, int, bool, cl_context)