1. 12 12月, 2017 4 次提交
    • Q
      Refine device context (#6433) · 61ec0b95
      QI JUN 提交于
      There are mainly following fixes:
      
      - take `DeviceContext` as the template parameter of math functors and OpKernel instead of `Place`
      - remove `eigen_device` interface in base class  `DeviceContext`
      - remove `GetEigenDevice` interface in `ExecutionContext` and base class `DeviceContext`
      - remove unused `platform::EigenDeviceConverter`
      - rename `REGISTER_OP_GPU_KERNEL` to `REGISTER_OP_CUDA_KERNEL`
      - rename `USE_GPU_ONLY_OP` to `USE_CUDA_ONLY_OP`
      61ec0b95
    • K
      Updating the Latex equation for Adagrad (#6009) · 35420cdf
      kavyasrinet 提交于
      * Updating the Latex equation for Adagrad
      
      * Fixing Latex euqations for adadelta, adam and adamax
      35420cdf
    • S
      Add row conv operator (#6013) · 4ff6bc17
      Siddharth Goyal 提交于
      * Fix documentation
      
      * Address review comments
      4ff6bc17
    • T
      unify MKL macro definition · 69b44f2f
      tensor-tang 提交于
      69b44f2f
  2. 11 12月, 2017 1 次提交
    • Y
      Fix gcc4.9 (#6442) · 95924686
      Yiqun Liu 提交于
      * Fix compiling error of gcc4.9.
      
      * Refine the check of cxx compiler flags in api/CMakeLists.txt.
      95924686
  3. 08 12月, 2017 3 次提交
    • T
      update · 986ca03c
      typhoonzero 提交于
      986ca03c
    • T
      recv_op use serialized program · 4f1381ea
      typhoonzero 提交于
      4f1381ea
    • Q
      Nmt decoder train (#6367) · 36fcc95c
      Qiao Longfei 提交于
      * init decoder_trainer
      
      * can run
      
      * fix lod
      
      * add sharelod to cross_entropy_grad_op
      
      * add avg_cost to fetch list
      
      * modify learning rate
      
      * can run
      
      * optimie code
      
      * add early exit
      
      * fix print
      
      * revert test_understand_sentiment_conv.py
      
      * add act to fc
      36fcc95c
  4. 07 12月, 2017 2 次提交
  5. 06 12月, 2017 12 次提交
  6. 05 12月, 2017 9 次提交
  7. 04 12月, 2017 3 次提交
  8. 03 12月, 2017 2 次提交
  9. 01 12月, 2017 4 次提交