-
- Downloads
[EXECUTOR] Enable load executor remotely (#245)
* [EXECUTOR] Enable load executor remotely * [EXECUTOR] Pipeline * Pass bytearray directly * Enable load dynamic library in rpc_server.py * Fix * lint * Return Module from remote side directly * Remove unused header file * Fix * fix
Showing
- apps/graph_executor/python/tvm_graph/__init__.py 1 addition, 1 deletionapps/graph_executor/python/tvm_graph/__init__.py
- apps/graph_executor/python/tvm_graph/build.py 38 additions, 0 deletionsapps/graph_executor/python/tvm_graph/build.py
- apps/graph_executor/src/graph_executor.cc 68 additions, 20 deletionsapps/graph_executor/src/graph_executor.cc
- apps/graph_executor/src/graph_pass.cc 25 additions, 0 deletionsapps/graph_executor/src/graph_pass.cc
- apps/graph_executor/tests/test_rpc_executor.py 54 additions, 0 deletionsapps/graph_executor/tests/test_rpc_executor.py
- apps/graph_executor/tests/test_save_load.py 1 addition, 1 deletionapps/graph_executor/tests/test_save_load.py
- python/tvm/_ffi/libinfo.py 6 additions, 1 deletionpython/tvm/_ffi/libinfo.py
- python/tvm/contrib/rpc.py 8 additions, 8 deletionspython/tvm/contrib/rpc.py
- python/tvm/exec/rpc_server.py 14 additions, 1 deletionpython/tvm/exec/rpc_server.py
- src/runtime/rpc/rpc_session.cc 1 addition, 1 deletionsrc/runtime/rpc/rpc_session.cc
- src/runtime/rpc/rpc_session.h 1 addition, 1 deletionsrc/runtime/rpc/rpc_session.h
Loading
Please register or sign in to comment