1. 16 Nov, 2018 1 commit
  2. 15 Nov, 2018 8 commits
  3. 14 Nov, 2018 4 commits
  4. 13 Nov, 2018 6 commits
  5. 12 Nov, 2018 1 commit
    • [VTA] Improved RPC for VTA (#2043) · b88065a8
      * assign default port to 9091 as the documented
      
      * bug fix in printing RuntimeError and add an additional search path
      
      * pretty print rebuild runtime args
      
      * PRC => RPC
      
      * replace vta_config.json file path
      
      `build/vta_config.json` => `vta/config/vta_config.json`
      
      * undo the change in adding lib_search path
      
      * search vta_config.py file in vta/config
      
      * avoid exposing driver function calls, and use predefined `VTAMemGetPhyAddr` instead.
      
      * rename `tests/hardware/pynq` => `metal_test`
      
      * set config path back to `build` dir
      Liangfu Chen committed
  6. 10 Nov, 2018 3 commits
  7. 09 Nov, 2018 4 commits
  8. 07 Nov, 2018 2 commits
  9. 06 Nov, 2018 6 commits
  10. 05 Nov, 2018 2 commits
  11. 02 Nov, 2018 2 commits
  12. 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