Files
ai-box/cxx/mnn/node.h
2025-03-07 17:18:20 +08:00

9 lines
138 B
C

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