mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-02-20 03:33:57 +08:00
* use the actual file name * use macro * fix typo * continue * Apply suggestions from code review Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
11 lines
169 B
C
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
|