- 09 May, 2019 1 commit
-
-
* Add topi adaptive_pool * Use adaptive_pool to compute global_pool * Add relay adaptive pool2d * Fix lint * Fix typo * Minor change * Change support level to 10 * Add contrib * Remove global pool schedule * Add contrib module * Fix lint * Update doc * Update doc
Yao Wang committed
-
- 26 Apr, 2019 1 commit
-
-
* Quantize dense layers * Add out_dtype arggument to dense; Add dense_int8 on CUDA * Add topi unittest of dense int8 * Fix relay * Fix topi integration * Fix quantization * Update dense_rewrite * Triger CI * Change qconfig quantize_dense to quantize_op * Fix * Remove quantize_op from qconfig
Wuwei Lin committed
-
- 25 Apr, 2019 1 commit
-
-
Hiroyuki Makino committed
-
- 17 Apr, 2019 1 commit
-
-
* Implement nn.bias_add compute in C++ * Address comments * Remove unnecessary check
Yinghai Lu 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
-
- 01 Apr, 2019 1 commit
-
-
* Update take * Add special case for canonical simplify and fix test cases * Use lower case for wrap and clip * remove unnecssary lower * Fix mxnet converter for take * fix
Haichen Shen committed
-
- 14 Mar, 2019 1 commit
-
-
Ashutosh Parkhi committed
-
- 13 Mar, 2019 1 commit
-
-
* Add shapeof op in topi * Add relay shape_of op * Add constant folding for shape_of * Allow shape op to specify dtype * Add mxnet converter for shape_array * lint * lint * Add doc
Haichen Shen committed
-
- 11 Mar, 2019 1 commit
-
-
* tile and repeat operator added in rely * fix pylint * fix make warnings * comments addressed * fix lint error * comment addressed
Leyuan Wang committed
-
- 06 Mar, 2019 1 commit
-
-
* add stack op frontend * concate moved * topi stack added * stack added * fix stack bugs and tested * conv2d alterlayout udpated for relay * fix pylint * fix cmake warnings * cmake warnings fixed
Leyuan Wang committed
-
- 03 Mar, 2019 1 commit
-
-
Ashutosh Parkhi committed
-
- 01 Mar, 2019 1 commit
-
-
* Add batch_dot and cpu schedule * Add relay support for batch_dot * Rename batch_dot to batch_matmul * nits * Add missing file * Put batch_matmul and dense x86 schedule in separate files * Fix pylint * Remove unused import * Add cuda schedule for batch_matmul * Add test case with larger batch size * Add batch_matmul in api doc * Fix quantize pass rounding error * Fix pylint and minor change * bug fix
Haichen Shen committed
-
- 28 Feb, 2019 1 commit
-
-
* move layout.h & layout.cc from relay to tvm * change ConvertLayout in relay to bijectiveLayout->Forward/backward * add first test case * add LayoutAxis * add LayoutAxis struct and compiles * simplify BijectiveLayout rule consturct * polish func name for Layout, move impl to .cc, remove Layout::defined(), add defined() checker * partially add layout py support * add layout test cases * add doc for tvm.layout & tvm.bijective_layout * fix lint * fix lint * fix layout name generation bug * fix layout typo * address comments and add topi.layout_transform * layout.h->data_layout.h, test_lang_layout.py->test_lang_data_layout.py
Yizhi Liu committed
-
- 27 Feb, 2019 1 commit
-
-
Siju committed
-
- 23 Feb, 2019 1 commit
-
-
* Add arange op * Update docs * Fix bug * add sanity check in relay and mxnet frontend mapping * lint * nits * pylint * don't allow empty output from arange * Remove empty test for arange * Fix bug and update doc
Haichen Shen committed
-
- 19 Feb, 2019 1 commit
-
-
David Hirvonen committed
-
- 29 Dec, 2018 1 commit
-
-
* [TOPI] Add roi align * Refactor bilinear in image resize * Rename to roi_align_nchw * Fix
Wuwei Lin committed
-
- 29 Nov, 2018 1 commit
-
-
Dmitrii Murygin committed
-
- 21 Nov, 2018 1 commit
-
-
Tianqi Chen committed
-
- 31 Oct, 2018 1 commit
-
-
Haichen Shen committed
-
- 30 Oct, 2018 1 commit
-
-
Siju committed
-
- 27 Sep, 2018 1 commit
-
-
Sergey Mironov committed
-
- 19 Sep, 2018 1 commit
-
-
Tianqi Chen committed
-
- 18 Sep, 2018 1 commit
-
-
* Add mean and product operators * Fix typo * Fix lint * fix test * Fix gpu schedule * Update doc * remove mean from topi * Add nnvm test * Fix cuda schedule * Remove cuda schedule
yuruofeifei committed
-
- 13 Jul, 2018 1 commit
-
-
Yao Wang committed
-
- 09 Jul, 2018 1 commit
-
-
Pariksheet Pinjari committed
-
- 04 Jul, 2018 1 commit
-
-
Liangfu Chen committed
-
- 30 Jun, 2018 1 commit
-
-
ANSHUMAN TRIPATHY committed
-
- 27 Jun, 2018 1 commit
-
-
Tatsuya Nishiyama committed
-
- 22 Jun, 2018 2 commits
-
-
Tianqi Chen committed
-
Pariksheet Pinjari committed
-
- 14 Jun, 2018 2 commits
-
-
MORITA Kazutaka committed
-
Siva committed
-
- 05 Jun, 2018 1 commit
-
-
Pariksheet Pinjari committed
-
- 01 Jun, 2018 1 commit
-
-
Pariksheet Pinjari committed
-
- 19 May, 2018 2 commits
-
-
Pariksheet Pinjari committed
-
Pariksheet Pinjari committed
-
- 17 May, 2018 1 commit
-
-
* Add count_include_pad support to AvgPool * Fix python_cpp/test_topi_pooling.py * Change auto to explicitly type, and fix format.
Tatsuya Nishiyama committed
-
- 08 May, 2018 1 commit
-
-
Pariksheet Pinjari committed
-
- 27 Mar, 2018 1 commit
-
-
Pariksheet Pinjari committed
-