mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-07 06:32:08 +08:00
Remove USE_THNEED check from run.h
old-commit-hash: e0287fa93e79754b00953faa621b9979c2f14832
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
#include "selfdrive/modeld/runners/runmodel.h"
|
||||
#include "selfdrive/modeld/runners/snpemodel.h"
|
||||
|
||||
#if defined(USE_THNEED)
|
||||
#include "selfdrive/modeld/runners/thneedmodel.h"
|
||||
#elif defined(USE_ONNX_MODEL)
|
||||
#if defined(USE_ONNX_MODEL)
|
||||
#include "selfdrive/modeld/runners/onnxmodel.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user