- 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
-
- 12 Mar, 2019 1 commit
-
-
Tianqi Chen committed
-
- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 29 May, 2018 16 commits
-
-
Yizhi Liu committed
-
* [SYMBOL] Add __iter__ and GetChildren for symbol * [SYMBOL] Fix lint
ziheng committed -
* Symbol __getitem__ using list_outputs() is too expensive, when it only cares about the output count in most cases * Add cython cmake * GetNumOutputs() and __len__ changes per PR comments * set commit for tvm
Chris Olivier committed -
* Address execution hot spots * extend the reserve logic a bit * FIx more hot spots * Performance: use resize(0) instead of clear() in order to avoid a free/malloc
Chris Olivier committed -
* [SYMBOL] Change list_input->list_input_names, add list_input_variables * fix
Tianqi Chen committed -
* [SYMBOL] support control deps in API * enable more generic tuple list * fix * fix
Tianqi Chen committed -
* ApplyPass -> ApplyPasses; Refactored infer pass; * lint fix
Minjie Wang committed -
* Enable Alias, refactor C API to reflect Op Semantics * add alias example
Tianqi Chen committed -
Tianqi Chen committed
-
* updates (#1) * add scalars * change format * change inferattr interface * remove scalar * remove warning
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 -
* [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 -
Tianqi Chen committed
-