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. 22 9月, 2017 1 次提交
  3. 21 9月, 2017 13 次提交
  4. 20 9月, 2017 16 次提交
  5. 19 9月, 2017 9 次提交