[MODULE/REFACTOR] Introduce Module for AOT and runtime linking. (#51)
Showing
include/tvm/runtime/module.h
0 → 100644
include/tvm/runtime/registry.h
0 → 100644
python/tvm/addon/cc_compiler.py
0 → 100644
python/tvm/module.py
0 → 100644
src/api/api_registry.cc
deleted
100644 → 0
src/codegen/build_opencl.cc
0 → 100644
src/codegen/codegen.cc
0 → 100644
src/codegen/llvm/llvm_exec_engine.cc
deleted
100644 → 0
src/codegen/llvm/llvm_module.cc
0 → 100644
src/codegen/stack_vm/stack_vm_module.cc
0 → 100644
src/runtime/dso_module.cc
0 → 100644
src/runtime/error_handle.cc
deleted
100644 → 0
src/runtime/file_util.h
0 → 100644
src/runtime/meta_data.h
0 → 100644
src/runtime/module.cc
0 → 100644
This diff is collapsed.
Click to expand it.
tests/python/unittest/test_module_load.py
0 → 100644
Please
register
or
sign in
to comment