- 27 Apr, 2019 1 commit
-
-
* Fixed issue #3069 by adding in_channels * Registerd group_conv2d_nchw as topi compute * Improved by checking tag value * Removed group_conv2d_nchw topi registration * Added test for relay group_conv2d_nchw * Added assertions to forbid small group size * Removed hard-coded oc_block_factor * Added explanatory comments to group_conv2d_nchw_cuda * Updated group_conv2d_nchw_cuda schedule Removed 'direct' CUDA tests * Reverted an accidental change in a conv2d test * Fixed indentation problems * Fixed a mis-commented line * Reverted change in group_conv2d_nchw tag * Removed commented int8 group_conv2d test * Fixed group size assertions in group_conv2d_nchw_cuda
Ruizhe Zhao (Vincent) 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
-
- 30 Mar, 2019 2 commits
-
-
Steven S. Lyubomirsky committed
-
* [FRONTEND][ONNX] Some bug fixes and Shape operator fixed for relay. * * test cases * * ci error
Siva committed
-
- 29 Mar, 2019 1 commit
-
-
Mark Rogers committed
-
- 24 Mar, 2019 1 commit
-
-
Gemfield committed
-
- 21 Feb, 2019 1 commit
-
-
Marcus Shawcroft committed
-
- 11 Jan, 2019 1 commit
-
-
Joshua Z. Zhang committed
-
- 12 Dec, 2018 1 commit
-
-
Siju committed
-
- 18 Nov, 2018 1 commit
-
-
hlu1 committed
-
- 13 Nov, 2018 1 commit
-
-
* add Pad,ReduceMax,ReduceMin,ReduceMean,ReduceSum for onnx frontend * fixed pylint error and warning for frontend.onnx file * add implement v2 for Pad in onnx frontend * compatible with python 3.x * disable too-many-lines pylint check in frontend onnx * use random values instead in onnx frontend testing
Bob.Liu committed
-
- 06 Nov, 2018 1 commit
-
-
Bob.Liu committed
-
- 27 Sep, 2018 1 commit
-
-
Siva committed
-
- 21 Sep, 2018 1 commit
-
-
hlu1 committed
-
- 13 Sep, 2018 1 commit
-
-
Siju committed
-
- 04 Sep, 2018 1 commit
-
-
* Rename axis parameter in onnx squeeze * Add test
nhynes committed
-
- 26 Aug, 2018 1 commit
-
-
Siju committed
-
- 16 Aug, 2018 1 commit
-
-
Keren Zhou committed
-
- 08 Aug, 2018 1 commit
-
-
Siju committed
-
- 07 Aug, 2018 1 commit
-
-
* LRN support for ONNX * [ONNX] Updated lrn testcases
Albin Joy committed
-
- 01 Aug, 2018 1 commit
-
-
Siju committed
-
- 08 Jul, 2018 1 commit
-
-
[NNVM][TOP] broadcast versions corresponding to topi: mod, max, min, pow, left_shift, right_shift greater, less, equal, not_equal, greater_equal and less_equal. (#1383)
Siva committed
-
- 04 Jul, 2018 1 commit
-
-
Siva committed
-
- 26 Jun, 2018 3 commits
- 11 Jun, 2018 1 commit
-
-
Tatsuya Nishiyama committed
-
- 29 May, 2018 13 commits
-
-
Tang, Cheng committed
-
* raise error when cannot get shape in reshape * fix pylint
Wenhao Hu committed -
Pariksheet Pinjari committed
-
Wenhao Hu committed
-
Wenhao Hu committed
-
Siva committed
-
* [Convolution] Error while imported onnx model has weights. Fix the use_bias based on the input parameters to use bias (Ex: sqeezenet). Ref #336 * Review corrections.
Siva committed -
* add more op for onnx 1.0 * fix syntax * fix lint * fix * update 1.0 * fix * update model
Joshua Z. Zhang committed -
* keras frontend tutorial * fix
Yuwei Hu committed -
masahi committed
-
* update * fix * use generated onnx model * fix tests * fix lint * remove log filter * add vgg * fix tests * update tests * fix download * fix ci * fix tutorial url * clean cache
Joshua Z. Zhang committed -
* graph.input can be either ValueInfoProto or string * pylint
Takeo Imai committed -
* fix recently released layers * fix fc layers with partial infer_shape
Joshua Z. Zhang committed
-