mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-25 21:03:54 +08:00
16 lines
247 B
C
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
|