1. 21 9月, 2018 1 次提交
  2. 17 9月, 2018 1 次提交
  3. 27 8月, 2018 1 次提交
  4. 24 8月, 2018 1 次提交
  5. 15 8月, 2018 1 次提交
  6. 14 8月, 2018 3 次提交
  7. 09 8月, 2018 2 次提交
  8. 07 8月, 2018 1 次提交
    • M
      Fix pybind11 problem · 6abe819f
      minqiyang 提交于
      Fix str and bytes problem
      Fix sorted problem
      Fix math problem
      Fix CI problem
      6abe819f
  9. 22 6月, 2018 1 次提交
  10. 31 5月, 2018 1 次提交
  11. 25 5月, 2018 1 次提交
  12. 22 5月, 2018 2 次提交
  13. 15 5月, 2018 1 次提交
  14. 25 4月, 2018 1 次提交
  15. 19 4月, 2018 1 次提交
  16. 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
  17. 12 2月, 2018 1 次提交
  18. 10 2月, 2018 2 次提交
  19. 06 2月, 2018 5 次提交
  20. 05 2月, 2018 1 次提交
  21. 02 2月, 2018 1 次提交
  22. 23 1月, 2018 1 次提交
    • Q
      Memory optimization on Dynamic RNN (#7599) · d76fcb6f
      QI JUN 提交于
      * limit variable type to lod tensor in memory optimization transpiler
      
      * refine policy
      
      * support while operator
      
      * fix random seed and training data order
      
      * refine get_cfgs method to support multi while operators
      
      * refine codes
      d76fcb6f
  23. 22 1月, 2018 1 次提交
  24. 08 1月, 2018 2 次提交
  25. 03 1月, 2018 1 次提交
  26. 28 12月, 2017 1 次提交
  27. 22 12月, 2017 1 次提交
  28. 21 12月, 2017 1 次提交
  29. 20 12月, 2017 1 次提交
  30. 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