mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-25 10:03:52 +08:00
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
|