MNN/express/RuntimeAttr.hpp

14 lines
180 B
C++
Raw Normal View History

2022-01-04 10:50:40 +08:00
#ifndef RuntimeAttr_hpp
#define RuntimeAttr_hpp
#include "core/Session.hpp"
namespace MNN{
namespace Express {
struct RuntimeAttr {
Session::ModeGroup modes;
};
};
};
#endif