1. 25 Feb, 2020 1 commit
  2. 24 Feb, 2020 1 commit
    • [Relay][AutoTVM] Relay op strategy (#4644) · 623dd208
      * relay op strategy
      
      fix lint
      
      bitpack strategy
      
      bitserial_dense (#6)
      
      * update strategy
      
      * address comments
      
      fix a few topi test
      
      Dense strategy (#5)
      
      * dense
      
      * add biforst; remove comments
      
      * address comment
      
      Refactor x86 conv2d_NCHWc (#4)
      
      * Refactor x86 conv2d
      
      * Add x86 depthwise_conv2d_NCHWc
      
      * Add back topi x86 conv2d_nchw
      
      * Merge x86 conv2d_nchw and conv2d_NCHWc
      
      * Minor fix for x86 conv2d
      
      fix more strategy
      
      Add x86 conv2d_NCHWc_int8 strategy (#8)
      
      * Add x86 conv2d_NCHWc_int8 strategy
      
      * Remove contrib_conv2d_nchwc_int8
      
      * Fix generic conv2d_NCHWc for int8
      
      * Fix topi arm_cpu conv2d_NCHWc_int8
      
      update x86 conv2d
      
      enable specify relay ops to be tuned for autotvm
      
      add cuda conv2d strategy
      
      add conv2d strategy for rocm
      
      add conv2d strategy for hls
      
      add conv2d strategy for arm cpu
      
      add conv2d strategy for mali
      
      add conv2d strategy for bifrost
      
      add conv2d strategy for intel graphics
      
      clean up and fix lint
      
      remove template keys from autotvm
      
      remove 2 in the func name
      
      address comments
      
      fix
      
      * fix bugs
      
      * lint
      
      * address comments
      
      * add name to op implement
      
      * Modify topi tests (#9)
      
      * Add pooling, reorg, softmax and vision
      
      * Add lrn
      
      * fix topi test
      
      * fix more topi test
      
      * lint
      
      * address comments
      
      * x
      
      * fix more tests & bugs
      
      * Modify more tests (#10)
      
      * Modify tests for bitserial_conv2d, bitserial_dense, bitserial_conv2d_rasp and bnn
      
      * Minor fix
      
      * More minor fix
      
      * fix more test
      
      * try to update vta using strategy
      
      * fix cpptest
      
      * x
      
      * fix rebase err
      
      * Fix two tests (#11)
      
      * change autotvm log format
      
      * lint
      
      * minor fix
      
      * try fix vta test
      
      * fix rebase err
      
      * tweak
      
      * tmp hack for vta pass
      
      * fix tutorial
      
      * fix
      
      * fix more tutorials
      
      * fix vta tutorial
      
      * minor
      
      * address comments
      
      * fix
      
      * address comments
      
      * fix cpptest
      
      * fix docs
      
      * change data structure name and api
      
      * address comments
      
      * lint
      
      * fix rebase err
      
      * updates
      
      * fix winograd test
      
      * fix doc
      
      * rebase
      
      * upgrade tophub version number
      
      * fix bug
      
      * re-enable vta tsim test after tophub is upgraded
      
      * fix vta test to use the correct args so the config can be found in tophub
      
      Co-authored-by: Yao Wang <kevinthesunwy@gmail.com>
      Haichen Shen committed
  3. 21 Feb, 2020 5 commits
  4. 20 Feb, 2020 3 commits
  5. 19 Feb, 2020 3 commits
  6. 18 Feb, 2020 8 commits
  7. 17 Feb, 2020 5 commits
  8. 16 Feb, 2020 3 commits
  9. 15 Feb, 2020 3 commits
  10. 14 Feb, 2020 3 commits
  11. 13 Feb, 2020 5 commits
    • Update docs/dev/virtual_machine.rst · a6c42b34
      Co-Authored-By: Wei Chen <ipondering.weic@gmail.com>
      Zhi committed
    • Update docs/dev/virtual_machine.rst · 243071ad
      Co-Authored-By: Wei Chen <ipondering.weic@gmail.com>
      Zhi committed
    • fix vm doc · c8e17dd2
      Zhi Chen committed
    • Optimize x86 conv3d_ndhwc using data packing approach. (#4866) · 8d945872
      Add tuneable conv3d_ndhwc schedule
      Alex Gladkov committed
    • [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess (#4543) · 70c63829
      * [FRONTEND][TFLITE] Add support for TFLite_Detection_PostProcess
      
      This adds support for the custom operator
      TFLite_Detection_PostProcess which is commonly used in
      object detection networks such as SSD Mobilenet. It
      only adds support for when use_regular_nms = False.
      
      Change-Id: I819b253c0eb6f0fa55da65d2634e09359b888828
      
      * Added a test for the tflite custom op
      
      Change-Id: Ie5baa092deae9a8bcffd2ebd9f6d346b90e58afd
      
      * Removed trailing comma
      
      Change-Id: Ib08f02b5f1a59a883048bfb36e4321152cd2e7f2
      
      * Added spaces between divide
      
      Change-Id: If1171fc03d211a809cedeb800804394972af4060
      
      * Formatted comment
      
      Change-Id: I3ce7e69b8d2c73aec57369c1c64ea1eec07f087b
      
      * Reduced line length in test
      
      Change-Id: I49eaafc3369070f8f3e85fbb965ad20972096c68
      
      * Set random seed for test
      
      Change-Id: I542a787d11422ea83c52147b2cb1144fcef0dd77
      
      * Fixes to style
      
      Change-Id: I2971b8ecebe08c882b2481a99f67cfbe515e0b1f
      
      * Assert for incorrect number of inputs
      
      Change-Id: I393f3b3b62be73e427498d98456fb1d5a214e0af
      
      * Change comparison to pass linting
      
      The linter was updated, so I needed to fix
      a small style issue as a result.
      
      Change-Id: Ia3c954565a00de92e7fb1912eae9ed9875d60c7c
      mbarrett97 committed