1. 19 Mar, 2020 1 commit
  2. 11 Mar, 2020 1 commit
    • Conv3D ONNX support and conv3D_ncdhw x86 schedules (#4949) · d56829ea
      * 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
  3. 27 Feb, 2020 1 commit
  4. 11 Feb, 2020 1 commit
  5. 07 Feb, 2020 1 commit
    • [Frontend][ONNX] LSTM Support (#4825) · 75e9f5dc
      * 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
  6. 06 Feb, 2020 1 commit
  7. 27 Jan, 2020 1 commit
  8. 11 Jan, 2020 1 commit
    • [Relay/Topi][Op] Conv1D (#4639) · 35099e6a
      * 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
  9. 10 Jan, 2020 1 commit
  10. 09 Jan, 2020 1 commit
  11. 03 Jan, 2020 1 commit
    • [TOPI, Relay] Add half_pixel option to Resize op (#4610) · e8a2c9b3
      * 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
  12. 23 Dec, 2019 1 commit
  13. 22 Dec, 2019 1 commit
  14. 18 Dec, 2019 2 commits
  15. 15 Nov, 2019 1 commit
  16. 07 Nov, 2019 1 commit
  17. 30 Oct, 2019 2 commits
    • [Relay][Topi][TensorFlow][ONNX][Lang] Add support for Any op (#4205) · b07b1952
      * Add support for Any op
      
      * Support ONNX frontend
      
      * Add doc
      
      * Add to relay docs
      
      * Dummy change to retrigger CI
      Jon Soifer committed
    • [Relay][Frontend][ONNX] New Operators and Opsets to Support BERT (#4197) · 156aa590
      * 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
  18. 27 Oct, 2019 1 commit
  19. 03 Oct, 2019 1 commit
  20. 28 Sep, 2019 1 commit
  21. 24 Sep, 2019 1 commit
  22. 20 Sep, 2019 1 commit
  23. 03 Sep, 2019 1 commit
  24. 01 Sep, 2019 1 commit
  25. 19 Aug, 2019 1 commit
  26. 15 Aug, 2019 1 commit
  27. 27 Jun, 2019 1 commit
  28. 18 Jun, 2019 1 commit
  29. 17 Jun, 2019 3 commits
  30. 28 May, 2019 1 commit
  31. 13 May, 2019 2 commits
  32. 29 Apr, 2019 2 commits
  33. 08 Apr, 2019 1 commit
    • [HEADER] Add Header to Comply with ASF Release Policy (#2982) · cffb4fba
      * [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
  34. 30 Mar, 2019 1 commit