1. 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
  2. 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
  3. 04 11月, 2017 1 次提交
  4. 31 10月, 2017 3 次提交
  5. 27 10月, 2017 2 次提交
  6. 24 10月, 2017 1 次提交
  7. 23 10月, 2017 1 次提交
  8. 17 10月, 2017 1 次提交
  9. 12 10月, 2017 1 次提交
  10. 29 9月, 2017 1 次提交
  11. 28 9月, 2017 1 次提交
  12. 20 9月, 2017 1 次提交
  13. 23 8月, 2017 1 次提交
  14. 11 8月, 2017 1 次提交
  15. 08 8月, 2017 1 次提交
  16. 07 8月, 2017 1 次提交
  17. 05 8月, 2017 1 次提交
  18. 02 8月, 2017 1 次提交
  19. 01 8月, 2017 1 次提交
  20. 26 7月, 2017 1 次提交
  21. 25 7月, 2017 1 次提交
  22. 19 7月, 2017 2 次提交
  23. 17 7月, 2017 3 次提交
  24. 14 7月, 2017 1 次提交
  25. 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