1. 06 Mar, 2020 2 commits
    • [topi][relay] add operation tan to TVM (#4938) · d992468d
      * Add relay operation relay.op.tan.
      
      * Update tan implementation in TVM.
      
      * Update tests.
      
      * Add shape function for tan.
      
      * Add missing main test to python/frontend/tensorflow/test_forward.
      
      * Revert, back to sin/cos.
      
      * Revert "Revert, back to sin/cos."
      
      This reverts commit 4da5b503b921585ba9d80944b29136142b575c40.
      
      * Fix implementation of tan in cuda. Do not support tan for float16.
      
      Simplify topi/tests/python/test_topi_math. Add testing for tan with float32 and float64.
      
      Try again to implement tan as sin/cos in llvm.
      Yao Wang committed
  2. 05 Mar, 2020 4 commits
  3. 04 Mar, 2020 3 commits
    • [Torch, QNN] Add support for quantized models via QNN (#4977) · fc7f0783
      * qnn support initial import
      
      * fix upsampling num input
      
      * imagenet tests added
      
      * add qunatized module tests
      
      * quantized module tests working
      
      * imagenet test working
      
      * fix lint
      
      * remove top level torch import to fix ci error
      
      * disable lint warning on outside toplevel import
      
      * revert parse -> convert change
      
      * add comments to qnn translation
      
      * address comments, add sample outputs
      
      * add more comments
      
      * refactor bias add and requantize step
      Animesh Jain committed
    • Tighten split's extent (#4931) · 585f9ce6
      * Set split node's range to minimum of ext and split factor or split nparts, but only when PassDownDomain is called with allow_missing == false, i.e. by InferBound.  Add a helper PassUpThreadBinding() to get a map telling whether an IterVar has at least one leaf IterVar deriving from it binding to a thread. Add two unit tests.
      
      * Enhance LoopVectorizer for vectorizing by 0.  Found at least one case from testtopi/tests/python/test_topi_transform.py::test_tile.
      
      * Revert changes vectorize_loop.cc; when parent's ext is zero, set split's range to the factor or nparts.
      
      * Update with comments.
      
      * Refactor the ext tightening predicate.
      
      * Fix reference types.
      
      * Integrate tvm.te changes.
      
      * Trivial comment change to trigger CI.
      
      * Trivial comment correction to trigger testing.
      Lianmin Zheng committed
    • [Torch] fix unordered dictionary problem for python version under 3.6 (#4982) · 5a0f39b5
      * fix unordered dictionary problem for python version 3.5
      
      * modify style
      pyjhzwh committed
  4. 03 Mar, 2020 2 commits
  5. 02 Mar, 2020 4 commits
  6. 01 Mar, 2020 3 commits
  7. 29 Feb, 2020 2 commits
  8. 28 Feb, 2020 4 commits
  9. 27 Feb, 2020 7 commits
  10. 26 Feb, 2020 9 commits