mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-03-02 17:53:56 +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>
old-commit-hash: 7db04ab0c5
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
|