1. 18 3月, 2019 2 次提交
    • L
      refine with comments · cc0ae1f1
      luotao1 提交于
      test=develop
      cc0ae1f1
    • W
      Add cpu_quantize_pass for C-API quantization (#16127) · 2579ade4
      Wojciech Uss 提交于
      * Add cpu_quantize_pass for C-API quantization
      
      test=develop
      
      * add cpu_quantize_pass test
      
      * fix lint: add include memory unorderd_map and unordered_set
      
      test=develop
      
      * fuse_relu 1
      
      test=develop
      
      * tuned 2 without squash
      
      * fixes
      
      test=develop
      
      * remove unused vars
      
      test=develop
      
      * refactored
      
      test=develop
      
      * fix lint c-style cast -> C++ style cast
      
      test=develop
      
      * remove QuantMax and c style casts
      
      test=develop
      
      * last usage of QuantMax removed
      
      test=develop
      
      * Fix Analysis Predictor UT
      
      Check if memory_optimize_pass has already been added
      to the analysis config before adding a new one, so
      that it is not added multiple times.
      test=develop
      
      * change map to unordered_map
      
      fix the forgotten part of cpu_quantize_pass_tester.cc
      
      test=develop
      
      * removed quantized attribute
      
      * fixed cpu_quantize_pass_tester and op attr comments
      
      test=develop
      
      * removed redundant line
      
      test=debug
      
      * removed gmock
      
      test=develop
      
      * fix after merge
      2579ade4
  2. 16 3月, 2019 1 次提交
  3. 15 3月, 2019 4 次提交
    • M
      Polish code · 36225373
      minqiyang 提交于
      test=develop
      36225373
    • M
      Polish code · c0ddb93c
      minqiyang 提交于
      test=develop
      c0ddb93c
    • L
      fix distributed unit-tests · 46ee6bb1
      luotao1 提交于
      test=develop
      46ee6bb1
    • Q
      Support sync batch norm. (#16121) · 8ad672a2
      qingqing01 提交于
      * Support Sync Batch Norm.
      * Note, do not enable it in one device.
      
      Usage:
      
      build_strategy = fluid.BuildStrategy()
      build_strategy.sync_batch_norm = True
      binary = fluid.compiler.CompiledProgram(tp).with_data_parallel(
              loss_name=loss_mean.name,
              build_strategy=build_strategy)
      8ad672a2
  4. 14 3月, 2019 2 次提交
  5. 13 3月, 2019 4 次提交
  6. 12 3月, 2019 6 次提交
  7. 11 3月, 2019 3 次提交
  8. 08 3月, 2019 3 次提交
  9. 07 3月, 2019 3 次提交
  10. 06 3月, 2019 5 次提交
  11. 05 3月, 2019 4 次提交
  12. 04 3月, 2019 3 次提交