1. 18 12月, 2017 2 次提交
  2. 15 12月, 2017 2 次提交
  3. 14 12月, 2017 2 次提交
  4. 13 12月, 2017 3 次提交
  5. 12 12月, 2017 6 次提交
    • T
      wip need ut · b4cd7f3d
      typhoonzero 提交于
      b4cd7f3d
    • Y
      Add fill_op (#6477) · d918ccde
      Yu Yang 提交于
      * Add fill_op
      
      * Fix bug
      d918ccde
    • 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
    • L
      fix warning in row_conv_op.cu · f3acdd3a
      Luo Tao 提交于
      f3acdd3a
    • 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
  6. 11 12月, 2017 1 次提交
  7. 12 12月, 2017 1 次提交
  8. 11 12月, 2017 2 次提交
  9. 08 12月, 2017 5 次提交
  10. 07 12月, 2017 2 次提交
  11. 06 12月, 2017 12 次提交
  12. 05 12月, 2017 2 次提交
    • Q
      add chunk eval layer (#6296) · 161128ba
      Qiao Longfei 提交于
      * add crf_decoding layer
      
      * fix some typo
      
      * init trunk_evaluator
      
      * add trunk_evaluator layer
      
      * update chunk_eval_op and test, change int32 to int64
      
      * fix a numeric problem
      
      * change layers.trunk_evaluator to layers.trunk_eval
      
      * fix typo
      
      * add precision_val
      161128ba
    • Q
      add crf_decoding layer (#6274) · 45c8a88a
      Qiao Longfei 提交于
      * add crf_decoding layer
      
      * fix some typo
      
      * fix test_crf_decoding_op
      45c8a88a