1. 19 1月, 2018 1 次提交
  2. 09 1月, 2018 1 次提交
  3. 25 12月, 2017 1 次提交
  4. 12 12月, 2017 1 次提交
    • 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
  5. 26 11月, 2017 1 次提交
    • D
      Feature/copytensor (#5455) · 45062fe5
      dzhwinter 提交于
      * "make global tensor function independently"
      
      * "replace functor"
      
      * "fix inline template error"
      
      * "fix tensor array with CopyFrom"
      
      * "fix other case use CopyFrom"
      
      * "move the op interface hardly"
      
      * "fix operators"
      
      * "fix typo"
      
      * "delete dynamic recurrent rnn and fix gru_unit in debugmode"
      
      * "fix unique_ptr copy"
      
      * "fix cuda copy"
      
      * "fix namespace error"
      
      * "removed nccl python test"
      
      * "fix include error"
      
      * "fix typo"
      
      * fix copy util test
      45062fe5
  6. 22 11月, 2017 1 次提交
    • Q
      07/Label semantic roles (#5798) · 53bd51e3
      Qiao Longfei 提交于
      * init label_semantic_roles.py
      
      * add linear_chain_crf and test
      
      * complete test_linear_chain_crf
      
      * correct last layer of db_lstm
      
      * update optimizer and initializer
      
      * update param_initializer of embedding_layer
      
      * support load pre trained embedding
      
      * rm unused parameter
      
      * optimize code
      
      * clean code
      
      * fix test
      
      * add todo
      53bd51e3
  7. 04 11月, 2017 1 次提交
  8. 31 10月, 2017 3 次提交
  9. 27 10月, 2017 2 次提交
  10. 24 10月, 2017 1 次提交
  11. 23 10月, 2017 1 次提交
  12. 17 10月, 2017 1 次提交
  13. 12 10月, 2017 1 次提交
  14. 29 9月, 2017 1 次提交
  15. 28 9月, 2017 1 次提交
  16. 20 9月, 2017 1 次提交
  17. 23 8月, 2017 1 次提交
  18. 11 8月, 2017 1 次提交
  19. 08 8月, 2017 1 次提交
  20. 07 8月, 2017 1 次提交
  21. 05 8月, 2017 1 次提交
  22. 02 8月, 2017 1 次提交
  23. 01 8月, 2017 1 次提交
  24. 26 7月, 2017 1 次提交
  25. 25 7月, 2017 1 次提交
  26. 19 7月, 2017 2 次提交
  27. 17 7月, 2017 3 次提交
  28. 14 7月, 2017 1 次提交
  29. 13 7月, 2017 2 次提交
    • Y
      Follow comments · 79b70c2d
      Yu Yang 提交于
      * Convert `op` --> `operators`
      * Remove AddType in OpProtoMaker, because type is part of registry.
      * Rename CPU_OR_GPU --> DEVICE_TYPE in registry macro.
      79b70c2d
    • Y
      Add a sample op, `add_op` · a0aaafe9
      Yu Yang 提交于
      * Refine register methods, make Op can get rid of whole-archieve
      * `USE_OP` before a op is used.
      * Add unittest for add_op.
      a0aaafe9