Files
dragonpilot/selfdrive/visiond/runners/run.h
2019-08-13 01:36:45 +00:00

16 lines
247 B
C

#ifndef RUN_H
#define RUN_H
#include "runmodel.h"
#include "snpemodel.h"
#ifdef QCOM
#define DefaultRunModel SNPEModel
#else
#define DefaultRunModel SNPEModel
/* #include "tfmodel.h" */
/* #define DefaultRunModel TFModel */
#endif
#endif