- 10 Apr, 2019 1 commit
-
-
* Add `set_body_simple` to Registry, refactor a lot of code to use it * Add more types to Relay PackedFuncs * Add Registry::set_body_method to easily make Node methods into PackedFuncs * Add set_body_method, set_body_node_method; start typing api_lang * Add some docs, remove unused script * Fix mysterious linter problem * Touch up api_ir.cc * Fix some issues with TOPI argument counts * Revert changes to topi.cc to avoid problems with optional arguments * A little more cleanup * Type more of the api _ functions * Whitespace * Finalize names and docs for new registry helpers * Update docs
James Gilles 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
-
- 03 Mar, 2019 1 commit
-
-
Ashutosh Parkhi committed
-
- 21 Feb, 2019 1 commit
-
-
Junru Shao committed
-
- 15 Nov, 2018 1 commit
-
-
Yizhi Liu committed
-
- 25 Sep, 2018 1 commit
-
-
* Bugfix operator fusion for residual block with layout transform * add a test case * update error message
masahi committed
-
- 20 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 31 Aug, 2018 1 commit
-
-
Wu Zhao committed
-
- 24 Aug, 2018 1 commit
-
-
[NODE] Enable global singleton object, allow set_body_typed in function registry, default fallback of IRPrinter. (#1652)
Tianqi Chen committed
-
- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 20 Aug, 2018 1 commit
-
-
masahi committed
-
- 17 Aug, 2018 1 commit
-
-
masahi committed
-
- 15 Aug, 2018 1 commit
-
-
Lianmin Zheng committed
-
- 08 Aug, 2018 3 commits
-
-
* Separate fusion and compilation * fix description of graph_fuse.h * fix lint * fix @masahi 's comments, move fusion out of target * fix graph passing and make fused_entries singula in graph attr * fix typo * fix some comments * run test again * remove rvalue for graphfuse and graphfindfusiablegroups
Zhi committed -
Tang, Cheng committed
-
masahi committed
-
- 18 Jul, 2018 1 commit
-
-
Tianqi Chen committed
-
- 31 May, 2018 1 commit
-
-
tqchen committed
-
- 29 May, 2018 21 commits
-
-
Siva committed
-
* update tvm submodule * Add count_include_pad support to avg_pool
Tatsuya Nishiyama committed -
Better to check Infer result with topi results at build time instead of leaving to a runtime error. (#476)
Siva committed -
Yizhi Liu committed
-
Tang, Cheng committed
-
* fix restore layout in AlterOpLayout * lint test case
Yizhi Liu committed -
Yizhi Liu committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
The below compilation warning is fixed. In file included from /mnt/D_DRIVE/work/nnvm_8_feb/dmlc-core/include/dmlc/any.h:16:0, from include/nnvm/./base.h:11, from include/nnvm/graph.h:15, from src/compiler/fold_scale_axis.cc:6: src/compiler/fold_scale_axis.cc: In function ‘nnvm::Graph nnvm::compiler::FoldScaleAxis(nnvm::Graph)’: src/compiler/fold_scale_axis.cc:155:39: warning: enum constant in boolean context [-Wint-in-bool-context] CHECK(kind == kPassTroughFirst || kMulConsumer); ^ /mnt/D_DRIVE/work/nnvm_8_feb/dmlc-core/include/dmlc/./logging.h:110:9: note: in definition of macro ‘CHECK’ if (!(x))
Siju Samuel committed -
* Updated TVM version. Implemented fix for nnvm_compiler crash on exit on windows. Changed TOPI ops from using python to using C++ where applicable. * Fix lint * Fix lint * Fix macro * Fix reshape * Update TVM to fix test fails
alex-weaver committed -
* add CacheItem2Schedule extension * fix lint * move function position * make cache item visible to frontend
Lianmin Zheng committed -
Siva committed
-
abergeron committed
-
* [CMPL] Add Support for Other Data Types * [CMPL] Add test * [CMPL] Fix
ziheng committed -
Lianmin Zheng committed
-
ziheng committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-
Tianqi Chen committed
-