1. 19 Mar, 2019 1 commit
    • [FRONTEND][TENSORFLOW] Enhance with left over patches from NNVM. (#2757) · bb3c8151
      * [FRONTEND][TENSORFLOW] Enhance with left over patches from NNVM.
      
      commit 76188a43
      Author: Siva sivar.b@huawei.com
      [NNVM][TENSORFLOW] bugfix. (#2444)
      
      commit 6737739c
      Author: Ashutosh Parkhi ashutosh.parkhi@imgtec.com
      [Tensorflow] Support for Crop (#2285)
      
      commit f6c3f997
      Author: Alexey Romanov alexey.v.romanov@gmail.com
      [FRONTEND][TENSORFLOW] Use input shapes directly instead of 1-element lists (#2242)
      
      commit e5d92e1b
      Author: Dominic Symes 36929632+dominicsymes@users.noreply.github.com
      [FRONTEND][TENSORFLOW] Bugfix (#2326)
      
      commit 00d509d4
      Author: Alexey Romanov alexey.v.romanov@gmail.com
      [FRONTEND][TENSORFLOW] Support Unstack and Split (#2105)
      
      commit df9d3ad2
      Author: Siva sivar.b@huawei.com
      [FRONTEND][TENSORFLOW] Bugfix (#2267)
      
      commit d1a0c901
      Author: Zhebin Jin zhebin.jzb@alibaba-inc.com
      [FRONTEND][TENSORFLOW]Add Split and realdiv op support (#2123)
      * Add Split and realdiv op support
      * Fix the pad calculation in the case of dilated convolution
      
      * 	* review comments
      
      * 	* resnet fix.
      
      * 	* review comments
      Siva committed
  2. 12 Mar, 2019 1 commit
  3. 09 Mar, 2019 1 commit
  4. 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