1. 23 Mar, 2020 2 commits
    • [Relay, Topi, TF Frontend] Isfinite operator (#4981) · 9037f4ec
      * isfinite doc update
      
      * isfinit expr
      
      * isfinit expr
      
      * isfinite schedule reg
      
      * isfinite python binding
      
      * isfinite python binding
      
      * relay register isfinite
      
      * isfinite type relation
      
      * intrin isfinite
      
      * topi isfinite
      
      * testcase topi isfinite
      
      * tf frontend isfinite
      
      * tf frontend isfinite testcase
      
      * test case relay isfinite
      
      * small fixes
      
      * test forward tf isfinite
      
      * test cases injective for cuda
      
      * remove float16 test case
      
      * add support for isinf
      
      * remove unwanted import
      
      * fix conflict
      Mahesh Ambule committed
    • [Relay, Topi] [TF, MXNet] Unravel Index operator (#5082) · fdc8b0dd
      * first cut unravel_index
      
      * merge fixes
      
      * change rates to dilations
      
      * unravel_index op relay, topi, mxnet, tf
      
      * doc changes
      
      * small changes
      
      * remove empty unravel and argwhere attrs
      
      * remove empty unravel and argwhere attrs
      Mahesh Ambule committed
  2. 17 Mar, 2020 1 commit
    • [Relay, TF Frontend] Dilation2D operator support (#5033) · 646cfc63
      * update docs for dilation 2d
      
      * dilation2d compute
      
      * dilation2d register
      
      * dilation2d rel compute
      
      * dilation2d strategy
      
      * dilation2d attrs
      
      * dilation2d generic schedule
      
      * dilation2d tf frontend support
      
      * dilation2d tf frontend test case
      
      * dilation2d test cases
      
      * pylint fixes
      
      * add exception for cuda target
      
      * Update docstring
      
      * Update docstring
      
      * change rates to dilations
      
      * removed unused param
      
      * merge master
      
      * Update nn.py
      
      * Update nn.py
      Mahesh Ambule committed
  3. 11 Mar, 2020 1 commit
    • [topi][relay] new PR to re-add tan to TVM (#5025) · 45ee7b5f
      * 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.
      
      Finally implement tan as sin/cos in llvm.
      notoraptor committed
  4. 10 Mar, 2020 1 commit
  5. 06 Mar, 2020 1 commit
    • [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
  6. 22 Dec, 2019 1 commit
  7. 18 Nov, 2019 1 commit
  8. 06 Nov, 2019 1 commit
  9. 01 Nov, 2019 1 commit
  10. 30 Oct, 2019 1 commit
  11. 24 Oct, 2019 1 commit
  12. 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
  13. 05 Feb, 2019 1 commit
    • [RELAY][FRONTEND] Tensorflow frontend. (#2216) · 2f859d71
      * [RELAY][FRONTEND] Tensorflow frontend support.
      
      * 	* LSTM removed for a while.
      
      * 	* basic ops are good.
      
      * 	* nn wip
      
      * 	* wip
      
      * 	* python2.7 corrections.
      
      * * NN ops are good.
      
      * * e2e models working good
      
      * 	* all good except LSTM
      
      * 	* rebase, tutorials and CI trigger.
      
      * 	* CI errors.
      
      * 	* enable opt_level=3
      
      * 	* Docstrings cleanup. testing.tf utils moved to relay from nnvm.
      
      * 	* tutorials update.
      
      * 	* LSTM work good now.
      
      * 	* Rebase
      
      * 	* CI error
      
      * 	* enable PTB.
      
      * 	* rebase.
      
      * 	* tutorials
      
      * Update python/tvm/relay/frontend/tensorflow.py
      
      Co-Authored-By: srkreddy1238 <sivar.b@huawei.com>
      
      * 	* review comments.
      
      * 	CI fix.
      
      * 	* review comments.
      Siva committed
  14. 01 Nov, 2018 1 commit
    • [FRONTEND][TENSORFLOW] Enhancements. (#1923) · c8245e9a
      * [FRONTEND][TENSORFLOW] Enhancements.
      	* Generalize the shape with explicite argument.
      	* Supported entire range of mobilenet_v2 models.
      	* Cast op updated to latest tensorflow.
      	* Documentation updates.
      	* CheckNumerics op handling without exception.
      	* Test data from tensorflow official releases.
      
      * 	* CI error.
      
      * 	* self review
      
      * 	* Enhanced reshape handling.
      
      * 	* docs.
      
      * 	* tutorials
      
      * 	* review comments.
      
      * 	* review.
      Siva committed