#ifndef BF16Functions_hpp #define BF16Functions_hpp #include #include #include #include "core/Macro.h" #include "../compute/CommonOptFunction.h" namespace MNN { class BF16Functions { public: static bool init(); static CoreFunctions* get(); }; }; #endif