- 18 Dec, 2019 3 commits
-
-
Alex Gladkov committed
-
* Update legacy places from nnvm to relay. This PR prepares the current mainline to remove nnvm compiler dep. * remove legacy stage
Tianqi Chen committed -
Zhi committed
-
- 17 Dec, 2019 1 commit
-
-
Change-Id: If2075df5475505f2da87dae7145af5a7ab83d8a4
lhutton1 committed
-
- 16 Dec, 2019 4 commits
-
-
Liangfu Chen committed
-
masahi committed
-
Cody Yu committed
-
YixinBao committed
-
- 15 Dec, 2019 3 commits
-
-
Liang ZOU committed
-
* Use the best tuner possible * Add comment denoting availability of better tuners * Fix typos and wording
miheer vaidya committed -
Josh Fromm committed
-
- 14 Dec, 2019 1 commit
-
-
* Replace sigmoid() with tanh() in tests for TANH
Ina Dobreva committed
-
- 13 Dec, 2019 3 commits
-
-
* Fix bias_add gradient A change caused collapse_sum_like to reject implicit dimension broadcasting for bias_add gradient, so switch to explicit sum reduction on the non-bias axis dimensions. * Lint fix
SWu committed -
Alexander Pivovarov committed
-
Leandro Nunes committed
-
- 12 Dec, 2019 7 commits
-
-
* fix mul rewrite * register Realize Rewrite for global avg pool and add test * remove unnecessary check * improve the test case
masahi committed -
* [Fix][Hybrid] Fix hybrid script to support array of tensors * add test case * clean up * trigger ci
Haichen Shen committed -
Dmitri Makarov committed
-
* [TOPI] implement pool3d op * use PoolInferCorrectLayout for both 2d and 3d pooling * unify MakeMaxPool and MakeAvgPool
optima2005 committed -
* fix serialization precision loss in float When we want to serialize a tvm.tensor object(like pickle), we will get a precision loss cause by std::to_string()。 For example, a2.value will be 0.0 while a.value=0.00000001 in the following: import tvm import pickle a = tvm.const(0.00000001, 'float32') a2 = pickle.loads(pickle.dumps(a)) * remove line end spaces
LaiyuanGong committed -
This imports the CUDA schedules to rocm.
Thomas Viehmann committed -
Peter Yeh committed
-
- 11 Dec, 2019 5 commits
-
-
There is significant duplication between functions. Spotted while looking to move the tensorflow and tflite framework support to later than 1.13.1. The tests barf around resize_nearest_neighbour not ignoring the attribute 'helpful_pixel_centers'. That upgrade is a separate discussion while this can go in independently. Thanks, Ramana
Ramana Radhakrishnan committed -
Liang ZOU committed
-
MORITA Kazutaka committed
-
Peter Yeh committed
-
This PR tries to increase TSIM performance by introducing multi-threading support.
Liangfu Chen committed
-
- 10 Dec, 2019 4 commits
-
-
* Fix * clean up
reminisce committed -
* [Relay][Fix] Fix alter op layout when calling a global var * add test case
Haichen Shen committed -
Yizhi Liu committed
-
Liang ZOU committed
-
- 09 Dec, 2019 3 commits
-
-
Historically we have two variations of modules(DSOModule and SystemLibModule) that both exposes module via symbols. This PR creates a common implementation for both, and introduce a Library base class that allows us to have different implementations of GetSymbol. It paves ways for future library related module enhancements.
Tianqi Chen committed -
* use SPLIT & SQUEEZE = UNPACK as implemented in tensorflow parser Relay doesn't support UNPACK * tflite 1.13: UNPACK doesn't work as exepcted -> copies the values from 1st unpacked tensor to the other unpacks * tflite 1.13: doesn't accept negative axis
Ina Dobreva committed -
* group conv operator support for VTA * autotvm tuning script for group conv2d * lint fix * lint fix * lint fix * addressing comments
Thierry Moreau committed
-
- 08 Dec, 2019 3 commits
-
-
Zhi committed
-
Yuanqiang Liu committed
-
Alexander Pivovarov committed
-
- 06 Dec, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 05 Dec, 2019 1 commit
-
-
* [relay][op] Add shape func to tile * retrigger ci * check dynamic axes * retrigger ci
Zhi committed
-
- 04 Dec, 2019 1 commit
-
-
Junru Shao committed
-