mirror of
https://github.com/infiniteCable2/openpilot.git
synced 2026-09-11 02:33:41 +08:00
e9e98abe89
old-commit-hash: e0287fa93e79754b00953faa621b9979c2f14832
9 lines
193 B
C
9 lines
193 B
C
#pragma once
|
|
|
|
#include "selfdrive/modeld/runners/runmodel.h"
|
|
#include "selfdrive/modeld/runners/snpemodel.h"
|
|
|
|
#if defined(USE_ONNX_MODEL)
|
|
#include "selfdrive/modeld/runners/onnxmodel.h"
|
|
#endif
|