- 16 Jan, 2020 1 commit
-
-
This PR introduces more clear naming prefix for C API type codes to avoid conflict with other packages. We also removed TVMArray and TVMType to directly use DLTensor and DLDataType.
Tianqi Chen committed
-
- 10 Jan, 2020 1 commit
-
-
Christian Clauss committed
-
- 18 Dec, 2019 1 commit
-
-
* Update legacy places from nnvm to relay. This PR prepares the current mainline to remove nnvm compiler dep. * remove legacy stage
Tianqi Chen committed
-
- 06 Nov, 2019 1 commit
-
-
Tianqi Chen committed
-
- 04 Nov, 2019 1 commit
-
-
Kim committed
-
- 21 Oct, 2019 1 commit
-
-
* [REFACTOR][NODE][RUNTIME] Move Node to the new Object protocol. This PR removes the original node system, and make node as a subclass of Object. This is a major refactor towards a better unified runtime object system. List of changes in the refactor: - We now hide data_ field, use Downcast explicitly to get a sub-class object. - Removed the node system FFI in python. - Removed the node C API, instead use PackedFunc for list and get attrs. - Change relay::Op::set_attr_type_key(attr_key_name) to relay::Op::set_attr_type<AttrType>(). - This change was necessary because of the new Object registration mechanism. - Subsequent changes to the op registrations - The change revealed a few previous problems that is now fixed. - Patched up a few missing node type registration. - Now we will raise an error if we register object that is not registered. - The original node.h and container.h are kept in the same location. - Calling convention: kObjectHandle now equals the old kNodeHandle, kNodeHandle is removed. - IRFunctor now dispatches on ObjectRef. - Update to the new type checking API: is_type, derived_from are replaced by IsInstance. - Removed .hash member function, instead use C++ convention hasher functors. * Address review comments
Tianqi Chen committed
-
- 27 Sep, 2019 1 commit
-
-
Paddy Horan committed
-
- 22 Sep, 2019 1 commit
-
-
Paddy Horan committed
-
- 09 Jun, 2019 1 commit
-
-
Nick Hynes committed
-
- 28 May, 2019 1 commit
-
-
Nick Hynes committed
-
- 15 Apr, 2019 1 commit
-
-
Due to the previous changes the frontend resnet example failed to build. So this patch 1) fixes it 2) adds ~~a local `run_tests.sh` to remedy non-existence of MXNet CI (used in python build example)~~ the example build to CI with random weights and a flag for pretrained resnet weights Please review: @tqchen @nhynes @kazimuth
Ehsan M. Kermani 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
-
- 07 Apr, 2019 1 commit
-
-
Nick Hynes committed
-
- 03 Apr, 2019 2 commits
-
-
Ehsan M. Kermani committed
-
Nick Hynes committed
-
- 24 Mar, 2019 1 commit
-
-
Nick Hynes committed
-
- 27 Feb, 2019 1 commit
-
-
Takeshi Watanabe committed
-
- 03 Feb, 2019 1 commit
-
-
Ehsan M. Kermani committed
-
- 02 Feb, 2019 1 commit
-
-
Tianqi Chen committed
-
- 24 Jan, 2019 1 commit
-
-
Nick Hynes committed
-
- 23 Jan, 2019 1 commit
-
-
Nick Hynes committed
-
- 06 Dec, 2018 1 commit
-
-
Liang ZOU committed
-
- 19 Oct, 2018 1 commit
-
-
Nick Hynes committed
-
- 12 Oct, 2018 1 commit
-
-
Nick Hynes committed
-
- 11 Oct, 2018 1 commit
-
-
Nick Hynes committed
-
- 06 Oct, 2018 1 commit
-
-
nhynes committed
-