mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-03 12:32:06 +08:00
0984736972
old-commit-hash: 21da5a216fc8f5269d2deedc538c2f543a1c270a
11 lines
269 B
C
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
|