- 01 May, 2019 1 commit
-
-
* Fix PRelu layout in Relay * Fix cpplint * Add PRelu test case
Zhao Wu 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
-
- 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
-
- 24 Dec, 2018 1 commit
-
-
Dtype of output of pad should follows input, but if dtype of input is not float, output will still be float becase pad_value is float.
lixiaoquan committed
-
- 06 Sep, 2018 1 commit
-
-
nhynes committed
-
- 23 Aug, 2018 1 commit
-
-
MORITA Kazutaka committed
-
- 09 Jul, 2018 1 commit
-
-
Yizhi Liu committed
-
- 30 Jun, 2018 1 commit
-
-
ANSHUMAN TRIPATHY committed
-
- 22 Jun, 2018 1 commit
-
-
Pariksheet Pinjari committed
-
- 05 Jun, 2018 1 commit
-
-
[NNVM] Fix softmax gradient
larrywyang committed
-
- 01 Jun, 2018 1 commit
-
-
Pariksheet Pinjari committed
-
- 29 May, 2018 22 commits
-
-
* rename FInferLayout -> FCorrectLayout * correct stupid IDE * update submodule tvm
Yizhi Liu committed -
Yizhi Liu committed
-
Pariksheet Pinjari committed
-
Yao Wang committed
-
Yan Huang committed
-
* initial NHWC layout support * remove layout param from softmax * more nhwc support * fix typo * add nhwc layout test * fix lint * update tvm * update for c++ topi * fix lint * update tvm
masahi committed -
Yao Wang 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 conv2d max_pool backward op * Added tests * Fix testing * Address comments * Change dot to matmul * Address comments * Break down indicator function * Make greater, less numpy compatible
yuruofeifei committed -
* make shape inference of BatchNorm layout neutral * refactor to use the axis variable to do BatchNorm shape inference * refactor to use the axis variable to do BatchNorm shape inference * add unittest to the axis param for batch norm shape inference
guopinglong committed -
* keras frontend tutorial * fix
Yuwei Hu committed -
* vgg16 success * remove six.PY2, use sys.version_info; convert_activation() accepts activation type name(str, e.g. 'relu') as input; * add convert_merge * fix convert_batchnorm; improve tests * fix lint * add numpy-style pad operator * deal with asymmetry padding * resnet50 success * fix pool_convert; xception passes test * update tvm * fix bias error; all tests pass * use > >, not >>
Yuwei Hu committed -
Tianqi Chen committed
-
Tianqi Chen committed
-
* [TOP] level4 except argmax/min, correct split * [DOCS] Add doc generator for top
Tianqi Chen committed -
* [TOP] complete level2 * [TOP] add split
Tianqi Chen committed -
Tianqi Chen committed
-
Eric Junyuan Xie committed
-
* improve infer shape/type error message * fix dense infer shape
Eric Junyuan Xie committed -
Tianqi Chen committed
-
tqchen committed
-
tqchen committed
-