Files
sunnypilot/selfdrive/modeld/runners/run.h
Dean Lee 7db04ab0c5 ONNXModel: use the actual model file name (#22084)
* use the actual file name

* use macro

* fix typo

* continue

* Apply suggestions from code review

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2021-09-02 14:21:15 -07:00

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