- 31 Dec, 2019 1 commit
-
-
* [REFACTOR][OBJECT] Consoldiate NodePtr/Ref/Hash/Equal and macros to Object. Historically, we have classes like NodePtr/Ref/HashEqual. After unified object protocol, these names are just alias of the object counterpart. Moreover, there are helper macros defined over the places for defining these object. This PR consoldiate the terminologies into the corresponding ones in the Object system so we have a clean and consistent API moving forward. * Update include/tvm/attrs.h Co-Authored-By: Wei Chen <ipondering.weic@gmail.com> * fix compilation Co-authored-by: Wei Chen <ipondering.weic@gmail.com>
Tianqi Chen committed
-
- 24 Nov, 2019 1 commit
-
-
* [LINT] Improve the check tool to handle ASF copyright message. * [LINT] Remove unnecessary copyright message as per ASF requirement. * Fix codegen hybrid * [LINT] Broaden license checks to include html, xml * [LINT] Fix rest of the files * Fix notice * [LINT] Improve check file type error message
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
-
- 18 Dec, 2018 1 commit
-
-
Sam Skalicky committed
-
- 25 Oct, 2018 1 commit
-
-
Zhennan Qin committed
-
- 06 Oct, 2018 1 commit
-
-
reminisce committed
-
- 12 Jun, 2018 1 commit
-
-
* add support for subgraphs. * fix. * fix. * Fix compilation error * Fix compilation error * add comments. * update comments. * Sanity check on subgraphs when creating IndexedGraph * avoid the overhead of sanity check. * Stop using non-recursive DFS * Trigger CI * trigger CI
Da Zheng committed
-
- 29 May, 2018 19 commits
-
-
Tianqi Chen committed
-
* Fix warnings from Logging, enable Plan memory to take external memory * fix external memory id * fix graph
Tianqi Chen committed -
Eric Junyuan Xie committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
* [INFER] Enhance backward op policy * [SYMBOL] add list inputs * relax graph attr to enable copy-on-write
Tianqi Chen committed -
Tianqi Chen committed
-
* [FIX] Remove extra move * [MEMORY] Add inplace index
Tianqi Chen committed -
* Update tuple to be compatible with mshadow * Move set error message to C API * simplify with using * updates to shape inference * Add unnamed namespace to the implementations * [SYMBOL] Enable inference of Auxiliary data, rename list_arguments to list_inputs
Tianqi Chen committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
* Remove outstanding cython functions * Add in operator overload * Enable JSON to save version
Tianqi Chen committed -
Tianqi Chen committed
-
* [PASS] Add order mutation * A few benchmarks on compose speed
Tianqi Chen committed -
Tianqi Chen committed
-
* [PYTHON] Check in a symbolic construction interface in python, start add graph API * Graph API
Tianqi Chen committed -
* [SYMBOLIC] Add symbolic API * Update Testcase to nnvm
Tianqi Chen committed -
Tianqi Chen committed
-