Files
StarPilot/selfdrive/modeld/runners/run.h
T
Dean Lee 0984736972 cpplint: add filter build/include_subdir (#29585)
old-commit-hash: 21da5a216fc8f5269d2deedc538c2f543a1c270a
2023-08-24 15:42:17 +01:00

11 lines
269 B
C

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