mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-02 03:52:11 +08:00
a02ecc02c4
* 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: 7db04ab0c5e1876f6c6bfe6c407a19c4df80158b
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
|