1. 23 9月, 2017 1 次提交
    • Y
      Remove `numel` field in tensor · a0ce05df
      Yu Yang 提交于
      * It is duplicated with `dim_`. We can use `dim_` to calculate `numel`
        everytime. It does not cost too much.
      * `numel` is not initialized by constructor. Also, `numel` is hard to
        synchronize with `dim_`.
      
      So just remove it.
      a0ce05df
  2. 15 9月, 2017 1 次提交
  3. 12 9月, 2017 1 次提交
  4. 08 9月, 2017 1 次提交
  5. 07 9月, 2017 1 次提交
  6. 06 9月, 2017 1 次提交
  7. 05 9月, 2017 1 次提交
    • F
      WIP · e76fa85c
      fengjiayi 提交于
      e76fa85c
  8. 21 8月, 2017 1 次提交
  9. 10 8月, 2017 1 次提交
  10. 09 8月, 2017 1 次提交
  11. 08 8月, 2017 1 次提交
    • Y
      fix some enforce (#3301) · 2af35002
      Yan Chunwei 提交于
      * fix some enforce
      
      * remove compatible_type to avoid compile error
      
      * remove shared_ptr
      
      * fix tensor error msg
      2af35002
  12. 07 8月, 2017 1 次提交
  13. 03 8月, 2017 2 次提交
  14. 02 8月, 2017 1 次提交
  15. 31 7月, 2017 2 次提交
  16. 28 7月, 2017 3 次提交
  17. 25 7月, 2017 4 次提交
  18. 21 7月, 2017 1 次提交
  19. 19 7月, 2017 6 次提交
  20. 18 7月, 2017 2 次提交
  21. 17 7月, 2017 4 次提交
  22. 15 7月, 2017 3 次提交