[RELAY][RUNTIME] Add Relay interpreter and compiler for TVM runtime system. (#1954)
Showing
include/tvm/relay/build_module.h
0 → 100644
include/tvm/relay/interpreter.h
0 → 100644
python/tvm/relay/_interpreter.py
0 → 100644
python/tvm/relay/graph_runtime_codegen.py
0 → 100644
This diff is collapsed.
Click to expand it.
python/tvm/relay/interpreter.py
0 → 100644
python/tvm/relay/op/nn/_nn.py
0 → 100644
src/relay/interpreter.cc
0 → 100644
This diff is collapsed.
Click to expand it.
src/relay/pass/fuse_ops.cc
0 → 100644
src/relay/pass/lower_ops.cc
0 → 100644
tests/python/relay/test_graph_runtime.py
0 → 100644
tests/python/relay/test_interpreter.py
0 → 100644
Please
register
or
sign in
to comment