Files
Vehicle Researcher 8a784e5123 openpilot v0.8.13
2022-02-23 16:38:14 -08:00

11 lines
169 B
C

#pragma once
#include "runmodel.h"
#include "snpemodel.h"
#if defined(USE_THNEED)
#include "thneedmodel.h"
#elif defined(USE_ONNX_MODEL)
#include "onnxmodel.h"
#endif