1. 14 11月, 2017 1 次提交
  2. 13 11月, 2017 3 次提交
  3. 11 11月, 2017 1 次提交
  4. 10 11月, 2017 7 次提交
  5. 09 11月, 2017 9 次提交
  6. 08 11月, 2017 15 次提交
  7. 07 11月, 2017 4 次提交
    • R
      Update annotations of layers.py · f1fac487
      ranqiu 提交于
      f1fac487
    • T
      update · fc4d4b88
      typhoonzero 提交于
      fc4d4b88
    • D
      Enhance unit testing. · d94c936b
      dangqingqing 提交于
      1. user can disable peephole connections.
      2. not calculate some gradients.
      d94c936b
    • Y
      Add unittest, backward of array read/write op (#5409) · 6cde889b
      Yu Yang 提交于
      * Use stable_sort in lod_rank_table
      
      It is easy to debug and test when use `stable_sort`and the time
      complexity is not changed.
      
      * Add LoDTensorArray
      
      * Stash
      
      * Better debug message for IsInitialized
      
      * Stash
      
      * Better debug message for IsInitialized
      
      * Complete array read/write op unittests
      
      * Add unittest, Gradient of array read/write
      
      * Follow comments
      6cde889b