1. 19 9月, 2018 1 次提交
  2. 11 9月, 2018 1 次提交
  3. 23 8月, 2018 1 次提交
  4. 22 8月, 2018 1 次提交
  5. 02 7月, 2018 1 次提交
  6. 21 6月, 2018 2 次提交
  7. 19 6月, 2018 1 次提交
  8. 08 5月, 2018 1 次提交
    • Y
      Clean OpProtoAndCheckerMaker · 0e78cb69
      Yu Yang 提交于
      Do not use ctor
      
      * Reduce line of codes.
      * We can use virtual function for Maker now.
      * The implementation does not care what maker holds, it is easier to
      refactor later.
      0e78cb69
  9. 25 4月, 2018 1 次提交
  10. 29 3月, 2018 1 次提交
  11. 28 3月, 2018 1 次提交
  12. 24 2月, 2018 1 次提交
    • Y
      Add block.fwd_block_id (#8489) · 7a9098a6
      Yu Yang 提交于
      * Add block.fwd_block_id
      
      * fix bug in memory optimization transpiler
      
      * Change DFS to BFS
      
      * Add comments
      7a9098a6
  13. 23 2月, 2018 1 次提交
  14. 22 2月, 2018 1 次提交
  15. 13 2月, 2018 1 次提交
    • A
      Separate VarType from VarDesc in framework.proto and fix all related compiler errors (#8414) · fcadb452
      Abhinav Arora 提交于
      * Refine Type system
      
      * Fixing type inference
      
      * Fixed create_reader_op.cc
      
      * Fix var_desc.h
      
      * Fixed executor.cc
      
      * Fix shape_inference.h
      
      * Fixed create_reader_op.cc
      
      * Fix tensor_util.h
      
      * Fixed var_type_inference_test.cc
      
      * Fix shape_inference.cc
      
      * Fixed sum_op.c
      
      * Fixed read_op.cc
      
      * Fix var_type.h
      
      * Fixed beam_search_decode_op.cc
      
      * sendrecvop_utils.cc
      
      * Fix operator.cc
      
      * Fixed lookup_table_op.cc
      
      * Fixed op_desc.cc
      
      * Fixed get_places_op.cc
      
      * Fixed lod_rank_table_op.cc
      
      * Fixed beam_search_op.cc
      
      * Fix var_desc.cc
      
      * Fixed lod_tensor_to_array_op.cc
      
      * Fixed while_op.cc
      
      * Fix program_desc_test.cc
      
      * tensor_array_read_write_op.cc
      
      * Fix assign_op.cc
      
      * Fix executor.cc
      
      * Fix protobuf.cc
      
      * Fix protobuf.cc
      fcadb452
  16. 12 2月, 2018 1 次提交
  17. 10 2月, 2018 2 次提交
  18. 09 2月, 2018 1 次提交
  19. 02 2月, 2018 1 次提交
  20. 01 2月, 2018 1 次提交
  21. 15 1月, 2018 1 次提交
  22. 09 1月, 2018 2 次提交
  23. 02 1月, 2018 1 次提交
  24. 29 12月, 2017 1 次提交
  25. 28 12月, 2017 2 次提交
  26. 26 12月, 2017 2 次提交
  27. 25 12月, 2017 1 次提交
  28. 24 12月, 2017 1 次提交
    • D
      Feature/operator run place (#6783) · 735eba29
      dzhwinter 提交于
      * "change operator interface"
      
      * "move devicepool to device_context"
      
      * "fix operator test"
      
      * "fix op_registry Run interface"
      
      * "net op passed. Need to fix nccl multi-Context"
      
      * "add nccl group function"
      
      * "add nccl group function"
      
      * "fix gpu count exceed 32 error"
      
      * "fix recurrent op, nccl op"
      
      * "change the other operators interface with Place"
      
      * "fix typo"
      
      * "fix pybind"
      
      * "fix device in python side"
      
      * "fix pybind failed"
      
      * "add init for test"
      
      * "fix CI"
      735eba29
  29. 21 12月, 2017 1 次提交
  30. 20 12月, 2017 1 次提交
  31. 19 12月, 2017 2 次提交
  32. 14 12月, 2017 1 次提交
  33. 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
  34. 04 12月, 2017 1 次提交
    • Y
      While op forward for sentimental analysis (#6140) · d5e32794
      Yu Yang 提交于
      * Add DataFeeder
      
      A v2 API like data feeder for book demos.
      We can feed data directly from reader.
      
      * Fix CI
      
      * Add an unittest for while/rnn op forward
      
      * Add unittest for raw while op backward
      
      * Fix CI
      d5e32794