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. 13 9月, 2017 3 次提交
  3. 12 9月, 2017 1 次提交
  4. 07 9月, 2017 2 次提交
  5. 06 9月, 2017 3 次提交
  6. 05 9月, 2017 1 次提交
    • F
      WIP · e76fa85c
      fengjiayi 提交于
      e76fa85c
  7. 31 8月, 2017 1 次提交
  8. 10 8月, 2017 2 次提交
  9. 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
  10. 03 8月, 2017 1 次提交
  11. 31 7月, 2017 2 次提交
  12. 28 7月, 2017 2 次提交
  13. 25 7月, 2017 2 次提交