1. 17 9月, 2018 1 次提交
  2. 24 8月, 2018 1 次提交
  3. 22 8月, 2018 1 次提交
  4. 20 6月, 2018 1 次提交
  5. 17 6月, 2018 1 次提交
  6. 16 6月, 2018 1 次提交
  7. 02 5月, 2018 1 次提交
    • A
      Fix more CPPLint issues in fluid/operators/math (#10276) · 73858547
      Abhinav Arora 提交于
      * Fix CPPLint issues in lstm_cpu_kernel.h
      
      * Fix CPPLint issues in math/math_function_test
      
      * Fix CPPLint issues in math/math_function_test
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/concat.cc
      
      * Fix CPPLint issues in math/gru_cpu_kernel
      
      * Fix CPPLint issues in math/selected_rows_functor_test.cu
      
      * Fix compile error
      
      * Fix compile error
      73858547
  8. 17 3月, 2018 1 次提交
    • X
      Fix compilation for gcc5.4 · ab3543e3
      xuwei06 提交于
      The error is:
      
      paddle/fluid/operators/math/concat.cc:47:72: error: invalid initialization of non-const reference of type 'paddle::platform::CPUPlace&' from an rvalue of type 'paddle::platform::CPUPlace'
         auto& cpu_place = boost::get<platform::CPUPlace>(context.GetPlace());
      
      Should not use reference for cpu_place.
      ab3543e3
  9. 05 3月, 2018 1 次提交
  10. 03 3月, 2018 1 次提交
  11. 02 3月, 2018 1 次提交