1. 10 11月, 2017 1 次提交
  2. 09 11月, 2017 5 次提交
    • D
      follow comments. · d60fe75a
      dangqingqing 提交于
      d60fe75a
    • Y
      930d2e89
    • R
      Update doc of layers.py · 7d343fca
      ranqiu 提交于
      7d343fca
    • F
      Add grad for lodtensor array ops (#5461) · b698d19b
      fengjiayi 提交于
      * Add LoDRankTable
      
      LoD Rank Table stores the `level` of `lod` which is ordered by sequence
      length in descending order. It is useful when implement dynamic RNN and
      is shared by dynamic RNN memory, dynamic RNN slice input and dynamic
      RNN slice output operators.
      
      * Add skeleton for array_to_lod_tensor and lod_tensor_to_array
      
      * Add VarType::LoDTensorArray
      
      * Add PyBind of LoDTensorArray
      
      * Add InferVarType
      
      * Add first unittest
      
      * Add ut
      
      * Add unittest
      
      * Add unittest
      
      * Add unittests
      
      * update
      
      * init
      
      * add infershape for lod_tensor_to_array_op
      
      * compelete array_to_lod_tensor_op
      
      * copy data
      
      * clean code
      
      * clean code
      
      * Fix unittest data
      
      * fix bugs
      
      * fix compile error
      
      * Refine TensorToArrayOp
      
      * refactor array_to_lod_tensor
      
      * Unittest
      
      * fix bugs
      
      * Fix unittest
      
      * Fix unittest
      
      * debug
      
      * Debug
      
      * Fix unittest
      
      * Add grad for ops
      
      * Debug
      
      * Fix a bug
      
      * fix a bug
      
      * fix a bug
      b698d19b
    • Y
      Add `lod_array_length` operator · d24d8c20
      Yang Yu 提交于
      d24d8c20
  3. 08 11月, 2017 15 次提交
  4. 07 11月, 2017 6 次提交
  5. 06 11月, 2017 11 次提交
  6. 05 11月, 2017 2 次提交