|
#ifndef ExprModels_hpp
|
|
#define ExprModels_hpp
|
|
|
|
#include <MNN/expr/Expr.hpp>
|
|
#include <MNN/MNNDefine.h>
|
|
|
|
#include "MobileNetExpr.hpp"
|
|
#include "ResNetExpr.hpp"
|
|
#include "GoogLeNetExpr.hpp"
|
|
#include "SqueezeNetExpr.hpp"
|
|
#include "ShuffleNetExpr.hpp"
|
|
|
|
#endif //ExprModels_hpp
|