#ifndef __MNN_NODE_H__ #define __MNN_NODE_H__ #include "common/node.h" void InstallMNNAPI(Napi::Env env, Napi::Object exports); #endif