- 19 Mar, 2020 1 commit
-
-
* [Relay][Frontend][ONNX] operator support: NonZero * update * Solve the build fail * solve the build fail * Replace ctx_list with tvm.cpu()
Neo Chien committed
-
- 11 Mar, 2020 1 commit
-
-
* Support 3d Convolution with the ONNX frontend * add unit tests for conv3d in onnx frontend respond to PR formatting requests add x86 schedules to conv3d ncdhw test fix a doc string format issue refactor for changed upsream API * first attempt at conv3d autotuning add default schedule for conv3d_ncdhw fill in autotvm integration add a fallback for invalid schedules fix fallback fix reduction order to get simd working correctly
Matthew Brookhart committed
-
- 27 Feb, 2020 1 commit
-
-
* [REFACTOR][PY][API-CHANGE] Remove legacy python files. Remove legacy python files. Use the te namespace for most of the tensor expression primitives. - tvm.create_schedule -> tvm.te.create_schedule - tvm.placeholder -> tvm.te.placeholder - tvm.compute -> tvm.te.compute * Remove top-level exposures.
Tianqi Chen committed
-
- 11 Feb, 2020 1 commit
-
-
masahi committed
-
- 07 Feb, 2020 1 commit
-
-
* Initial version working and passing tests. * WIP on supporting other activations. * add support for multiple activation functions in lstm * All tests working and code cleaned up. * Undo import swap to avoid conflict with masahi. * Added new tests and related bug fixes. Co-authored-by: Matthew Brookhart <mbrookhart@octoml.ai>
Josh Fromm committed
-
- 06 Feb, 2020 1 commit
-
-
Tianqi Chen committed
-
- 27 Jan, 2020 1 commit
-
-
* ONNX frontend broadcast condition * fix * fix style Co-authored-by: Jon Soifer <jonso@microsoft.com>
Jon Soifer committed
-
- 11 Jan, 2020 1 commit
-
-
* added conv1d operators to topi. * Started to add python testing. * Added python conv1d implementation for testing. * Wrote test but need to add cuda schedule :( * Cuda schedules working for both conv1d layouts. * All topi tests passing. * Formatting topi. * Removed pad_method option as its probably overkill. * Added relay op definition of conv1d. * End2end conv1d working with onnx. * Lint fixes. * Formatting fixes. * Rebase fix. * Switched to array based attributes for consistency across convs. * Improved onnx parsing and testing for convolutions. * lint fix * Tiny tweak. * Bug fix * Rebase fix. * Add group ignore to onnx conv1d frontend. * Unified MakeConv and fixed documentation. * improved autopadding * Addressed feedback and simplified onnx frontend. * Format fix. * Basic X86 NCW schedule working. * Added nwc schedule. * fixed name * Added more tests and basic x86 schedules. * Format fix. * Added non power of two shape tests.
Josh Fromm committed
-
- 10 Jan, 2020 1 commit
-
-
Josh Fromm committed
-
- 09 Jan, 2020 1 commit
-
-
* Added 1D pooling to Topi * Added 1D pooling relay op and tests. * Added onnx parsing and tests for maxpool1d and averagepool1d * formatting * moved partial import. * Fixed typo.
Josh Fromm committed
-
- 03 Jan, 2020 1 commit
-
-
* add onnx resize converter * update frontends * updating topi * adding onnx resize tests * fixed NHWC test by casting size dtype to int32 * fix tests * fix lint * update existing test cases * fix tensorflow frontend * fix lint * remove NHWC stuff * update topi resize test for half_pixel * update doc * fix doc * remove onnx resize bits
masahi committed
-
- 23 Dec, 2019 1 commit
-
-
masahi committed
-
- 22 Dec, 2019 1 commit
-
-
Neo Chien committed
-
- 18 Dec, 2019 2 commits
-
-
* Add Expand to onnx.py * add test function for expand * Fix a onnx frontend test * Add tests for the value itself instead of shape only on test_expand * Cleaned up some unnecessary modifications.
Takato Yamada 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
-
- 15 Nov, 2019 1 commit
-
-
Neo Chien committed
-
- 07 Nov, 2019 1 commit
-
-
Jon Soifer committed
-
- 30 Oct, 2019 2 commits
-
-
* Add support for Any op * Support ONNX frontend * Add doc * Add to relay docs * Dummy change to retrigger CI
Jon Soifer committed -
* Added slice v10 * Added constantofshape operation and small refactor. * Finished one_hot implementation. * Reshape working across all bert layers. * Fixed constantofshape and removed code duplication. * onnx model fully ingested. * Working on improving onnx tests. * Changed onnx testing to use onnxruntime instead of caffe2, also formatted. * Add arbitrary output nodes to onnx frontend. * Added v6 tiling for bert squad 8 support. * Small syntax fixes * Reduced code duplication in split opset versions. * Added batch matmul test * Added unstack split testing. * Adde onehot test, needs a little cleanup probably. * Replaced deprecated constant fill with constantofshape and updated tests accordingly. * Added tests for new opset version of slice and tile. * lint clean up * Lint fixes * Changed onnx dependency * Went back to caffe2 runtime for CI integration. * Rebase and small typo/syntax changes. * Added hard casting of onehot attributes to int.
Josh Fromm committed
-
- 27 Oct, 2019 1 commit
-
-
* Add support for op Where * Update impl version
Jon Soifer committed
-
- 03 Oct, 2019 1 commit
-
-
* [Relay][Op] Add instance norm op * mend [Relay][Op] Add instance norm op
bindog committed
-
- 28 Sep, 2019 1 commit
-
-
* [Fix] Add more pad_mode support for onnx converter * robustness fix
bindog committed
-
- 24 Sep, 2019 1 commit
-
-
* Add Erf to ONNX frontend * dummy change to retrigger CI
Jon Soifer committed
-
- 20 Sep, 2019 1 commit
-
-
* [Relay][Frontend][ONNX] operator support: Tile * Trigger notification
Neo Chien committed
-
- 03 Sep, 2019 1 commit
-
-
Neo Chien committed
-
- 01 Sep, 2019 1 commit
-
-
Neo Chien committed
-
- 19 Aug, 2019 1 commit
-
-
* Fixed onnx test failures when run on a cpu backend * Updated check_torch_conversion function to include output comparison
tristan-arm committed
-
- 15 Aug, 2019 1 commit
-
-
* [Relay][Frontend][ONNX] Add Sign and Equal operators to ONNX frontend * Dummy change to retrigger integration test
Jon Soifer committed
-
- 27 Jun, 2019 1 commit
-
-
Alexander Pivovarov committed
-
- 18 Jun, 2019 1 commit
-
-
Zhi committed
-
- 17 Jun, 2019 3 commits
-
-
This reverts commit df6957a5.
Tianqi Chen committed -
Jared Roesch committed
-
Zhi committed
-
- 28 May, 2019 1 commit
-
-
masahi committed
-
- 13 May, 2019 2 commits
-
-
Joshua Z. Zhang committed
-
* fix onnx frontend flatten bug * Update onnx.py * Update onnx.py * Update onnx.py
Oldpan committed
-
- 29 Apr, 2019 2 commits
-
-
Jared Roesch committed
-
Gemfield 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 1 commit
-
-
* [FRONTEND][ONNX] Some bug fixes and Shape operator fixed for relay. * * test cases * * ci error
Siva committed
-