[RUNTIME] Introduce MetadataModule to separate code compilation/interpretation and...
authorZhi <5145158+zhiics@users.noreply.github.com>
Thu, 18 Jun 2020 22:18:29 +0000 (15:18 -0700)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 22:18:29 +0000 (15:18 -0700)
commiteacfe890669d026c3d3aea4d03f4f773819242dd
treea7681ff656d9e6858d55b414216d64ff839b885c
parentd8c80c382f02052b07da1235190a5b6c7acea994
[RUNTIME] Introduce MetadataModule to separate code compilation/interpretation and weight initialization (#5770)
19 files changed:
python/tvm/contrib/graph_runtime.py
python/tvm/runtime/vm.py
src/relay/backend/build_module.cc
src/relay/backend/compile_engine.cc
src/relay/backend/contrib/codegen_c/codegen.cc
src/relay/backend/contrib/codegen_c/codegen_c.h
src/relay/backend/contrib/dnnl/codegen.cc
src/relay/backend/graph_runtime_codegen.cc
src/relay/backend/utils.h
src/relay/backend/vm/compiler.cc
src/runtime/graph/graph_runtime.cc
src/runtime/meta_data.h
src/runtime/metadata_module.cc [new file with mode: 0644]
src/target/source/codegen_source_base.h
src/target/source/source_module.cc
tests/python/frontend/onnx/test_forward.py
tests/python/relay/test_external_codegen.py
tests/python/relay/test_external_runtime.py
tests/python/unittest/test_runtime_module_export.py