1. 11 11月, 2017 1 次提交
  2. 10 11月, 2017 3 次提交
    • Y
      IndicateDataType --> GetKernelType · 3c84ebec
      yangyaming 提交于
      3c84ebec
    • Y
      feature/while_op (#5502) · 40367d18
      Yang Yang(Tony) 提交于
      * first commit
      
      * Python API for while op
      
      * Python Unittest for simple while_op forward
      
      * fix out to be list
      
      * Fix UT
      
      * VarType
      
      * Fix several bugs
      
      * Fix bug
      
      * Fix bug
      
      * Fix Bug
      
      * Fix bug
      
      * Fix unittest
      
      * Remove debug log
      
      * Add comments
      
      * add PADDLE_ENFORCE
      
      * while_grad_op first commit
      
      * Add `BlockDescBind::FindRecursiveOrCreateVar()` and fix bugs
      
      * refine code
      
      * fix unittest bug
      40367d18
    • S
      Fix attribute naming for momentum_op (#5453) · 2e355f03
      Siddharth Goyal 提交于
      * Fix attribute naming for momentum_op
      
      * Fix minor typo in comment
      
      * Fix attribute name
      
      * Fix names in test_optimizer
      
      * Fix python wrapper
      2e355f03
  3. 09 11月, 2017 8 次提交
    • D
      remove header file paddle/framework/eigen.h · cceed081
      dangqingqing 提交于
      cceed081
    • D
      follow comments. · d60fe75a
      dangqingqing 提交于
      d60fe75a
    • L
      remove PADDLE_USE_MKL · 7835d493
      Luo Tao 提交于
      7835d493
    • 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
    • Y
      Add increment op · 6d41bfb7
      Yang Yu 提交于
      6d41bfb7
    • Y
      Stash · 568270f3
      Yang Yu 提交于
      568270f3
    • G
      c8dcd9a9
  4. 08 11月, 2017 18 次提交
  5. 07 11月, 2017 7 次提交
  6. 06 11月, 2017 3 次提交