Go to the documentation of this file.
24 #ifndef TVM_RUNTIME_BASE_H_
25 #define TVM_RUNTIME_BASE_H_
29 #include <tvm/ffi/c_api.h>
32 #define TVM_VERSION "0.21.dev0"
36 #include <emscripten/emscripten.h>
37 #define TVM_DLL EMSCRIPTEN_KEEPALIVE
42 #define TVM_ATTRIBUTE_UNUSED __attribute__((unused))
44 #define TVM_ATTRIBUTE_UNUSED
50 #define TVM_DLL __declspec(dllexport)
52 #define TVM_DLL __declspec(dllimport)
55 #define TVM_DLL __attribute__((visibility("default")))