1. 15 3月, 2019 3 次提交
    • L
      refine fc_infershape · 721c2c00
      luotao1 提交于
      test=develop
      721c2c00
    • 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
    • Y
      Impl fp16 compute kernel for slice_op (#16206) · 4ae23cc3
      Yibing Liu 提交于
      * Impl fp16 compute kernel for slice_op
      
      test=develop
      
      * Use data() to replace mutable_data()
      4ae23cc3
  2. 14 3月, 2019 7 次提交
  3. 13 3月, 2019 9 次提交
  4. 12 3月, 2019 10 次提交
  5. 11 3月, 2019 11 次提交