Skip to content
Snippets Groups Projects
  1. Aug 23, 2017
  2. Aug 22, 2017
  3. Aug 21, 2017
  4. Aug 20, 2017
  5. Aug 19, 2017
  6. Aug 18, 2017
  7. Aug 17, 2017
  8. Aug 16, 2017
  9. Aug 15, 2017
  10. Aug 14, 2017
    • Nicolas Vasilache's avatar
      [TOPI] C++ doc (#320) · cbdd14f1
      Nicolas Vasilache authored
      cbdd14f1
    • Yuwei HU's avatar
      [TOPI] add dilation operators (#316) · b0c42f3b
      Yuwei HU authored
      * add dilation operators
      
      * fix pylint
      
      * dilate testcases success
      
      * n-D tensor dilation
      
      * support arbitrary dimension
      b0c42f3b
    • Tianqi Chen's avatar
      [DOC] Include TOPI in doxygen (#321) · ba6664a3
      Tianqi Chen authored
      * [DOC] Include TOPI in doxygen
      
      * update
      ba6664a3
    • Leyuan Wang's avatar
      [TOPI] conv2d nchw gpu scheduler (#315) · cbff637f
      Leyuan Wang authored
      * __init__ updated
      
      * pull request updated
      
      * build_module added
      
      * typo fixed
      
      * another typo fixed
      
      * conv2d gpu scheduler for two layouts moved to tvm
      
      * changes made according to CR
      
      * conv2d_nchw formating updated, conv2d_hwcn tests updated
      
      * lint error fixed
      
      * element wise operator schedule fusing fixed for conv2d
      
      * conv2d_nchw topi test added, all resnet workloads now pass
      
      * conv compute lint error fixed
      
      * fixed python 3 compatibility problem
      
      * conv2d tensor input support added, test typo fixed, ir_pass.Simplify changed to util.get_const_int
      cbff637f
    • Tianqi Chen's avatar
      [TOPI] Move topi.nn.util to topi.util (#319) · d76712d1
      Tianqi Chen authored
      * [TOPI] Move topi.nn.util to topi.util
      
      * update the path
      d76712d1
Loading