1. 20 3月, 2018 19 次提交
  2. 19 3月, 2018 7 次提交
  3. 18 3月, 2018 3 次提交
  4. 17 3月, 2018 3 次提交
    • 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
    • K
      update · 8ebfc153
      Kexin Zhao 提交于
      8ebfc153
    • K
      add fp16 pool2d support · bfbc25bd
      Kexin Zhao 提交于
      bfbc25bd
  5. 16 3月, 2018 8 次提交