#if defined(__ANDROID__) || defined(__aarch64__) #ifndef Arm82Functions_hpp #define Arm82Functions_hpp #include #include #include #include "core/Macro.h" #include "backend/cpu/CPUBackend.hpp" namespace MNN { class Arm82Functions { public: static bool init(); static CoreFunctions* get(); static CoreInt8Functions* getInt8(); }; }; #endif // Arm82Functions_hpp #endif