9 lines
138 B
C
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
|