初次提交
This commit is contained in:
8
cxx/ort/node.h
Normal file
8
cxx/ort/node.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __ORT_NODE_H__
|
||||
#define __ORT_NODE_H__
|
||||
|
||||
#include "common/node.h"
|
||||
|
||||
void InstallOrtAPI(Napi::Env env, Napi::Object exports);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user