- 05 Feb, 2020 2 commits
-
-
* [REFACTOR][PY] Establish tvm.runtime This PR establishes the tvm.runtime namespace that contains the core runtime data structures. The top-level API are kept inact for now via re-exporting. We will followup later to cleanup some of the top-level APIs. * Fix ndarray name
Tianqi Chen committed -
* [REFACTOR][PY] tvm._ffi - Remove from __future__ import absolute_import in the related files as they are no longer needed if the code only runs in python3 - Remove reverse dependency of _ctypes _cython to object_generic. - function.py -> packed_func.py - Function -> PackedFunc - all registry related logics goes to tvm._ffi.registry - Use absolute references for FFI related calls. - tvm._ffi.register_object - tvm._ffi.register_func - tvm._ffi.get_global_func * Move get global func to the ffi side
Tianqi Chen committed
-
- 08 Apr, 2019 1 commit
-
-
* [HEADER] ASF header dir=include * [HEADER] ASF Header dir=src * [HEADER] ASF Header -dir=python * [HEADER] ASF header dir=topi * [HEADER] ASF Header dir=nnvm * [HEADER] ASF Header -dir=tutorials * [HEADER] ASF Header dir=tests * [HEADER] ASF Header -dir=docker * fix whitespace * [HEADER] ASF Header -dir=jvm * [HEADER] ASF Header -dir=web * [HEADER] ASF Header --dir=apps * [HEADER] ASF Header --dir=vta * [HEADER] ASF Header -dir=go * temp * [HEADER] ASF Header --dir=rust * [HEADER] Add ASF Header --dir=cmake * [HEADER] ASF Header --dir=docs * [HEADER] Header for Jenkinsfile * [HEADER] ASF Header to toml and md * [HEADER] ASF Header to gradle * Finalize rat cleanup * Fix permission * Fix java test * temporary remove nnvm onnx test
Tianqi Chen committed
-
- 22 Feb, 2019 1 commit
-
-
Recent pylint warngs about import renames with no effect. Remove them.
Marcus Shawcroft committed
-
- 19 Nov, 2018 1 commit
-
-
[RPC] clean up uploaded modules
eqy committed
-
- 24 Aug, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 10 Aug, 2018 1 commit
-
-
Dayananda V committed
-
- 02 Aug, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 12 Jul, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 09 Jul, 2018 1 commit
-
-
Tianqi Chen committed
-
- 31 May, 2018 1 commit
-
-
tqchen committed
-
- 13 Apr, 2018 1 commit
-
-
Tianqi Chen committed
-
- 06 Apr, 2018 1 commit
-
-
* [RPC] More robust tracker protocol * fix normal rpc
Tianqi Chen committed
-
- 05 Apr, 2018 2 commits
-
-
Tianqi Chen committed
-
* [RPC] Refactor, introduce tracker * [RPC] Change RPC hand shake convention, always get remote key. * fix lint
Tianqi Chen committed
-