1. 28 Feb, 2019 4 commits
    • [DOC] Using External Libraries in Relay (#2694) · 177fd641
      * added relay quick start
      
      * added relay/using_external_lib.py
      
      * update using_external_lib
      
      * Update using_external_lib.py
      
      * update tvm/make/config.mk -> cmake/config.cmake
      
      * Fixed: result mismatched when lowering relay with cudnn support at opt level 2
      
      * setting opt_level=2 and out_channels=16 for consistency of original tutorial
      
      * Fixed some typos
      Truman TIAN committed
    • [Lang] Layout in TVM node system (#2509) · ee79703c
      * 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
    • [AUTOTVM] tweak `sample_int` implementation (#2677) · ddc31fd4
      * check in
      
      * lint
      
      * cleanup
      
      * Update util.py
      eqy committed
    • [RELAY] Fix get_int_tuple for shape like '(1001,)' (#2691) · bd780795
      tshape.strip('()[]').split(',') will make a list ['1001',''] but the empty one isn't needed.
      lixiaoquan committed
  2. 27 Feb, 2019 15 commits
  3. 26 Feb, 2019 4 commits
  4. 25 Feb, 2019 2 commits
  5. 24 Feb, 2019 1 commit
  6. 23 Feb, 2019 2 commits
  7. 22 Feb, 2019 10 commits
  8. 21 Feb, 2019 2 commits