1. 02 3月, 2020 1 次提交
  2. 01 3月, 2020 2 次提交
  3. 28 2月, 2020 5 次提交
  4. 27 2月, 2020 5 次提交
  5. 26 2月, 2020 10 次提交
  6. 25 2月, 2020 10 次提交
  7. 24 2月, 2020 7 次提交
    • S
      add partial_sum op in contrib (#22292) · 3132681e
      ShenLiang 提交于
      * add partial_sum_op, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the Paddle Error Message, test=develop
      
      * modify the bug for python3, test=develop
      
      * modify the ut for ci, test=develop
      
      * mv to contrib, test=develop
      
      * use check_variable_and_dtype, test=develop
      
      * fix ci, test=develop
      
      * fix conflict, test=dvelop
      
      * add partial concat, test=develop
      
      * fix the conflict, test=develop
      
      * fix the error, test=develop
      
      * rm SSE4, test=develop
      3132681e
    • W
      Fusion group profile support (#22718) · 611411b9
      wangchaochaohu 提交于
      * add support for the driver api callback and fix the profiler name show bug
      611411b9
    • D
      fix row_conv_op small size unittest cases (#22606) · 163a3ddf
      Double_V 提交于
      163a3ddf
    • S
      add partial_concat op in contrib (#22528) · e1366613
      ShenLiang 提交于
      * add partial_concat, test=develop
      
      * fix the grids and blocks, test=develop
      
      * fix the Paddle_Enforce, test=develop
      
      * fix the doc of op, test=develop
      
      * fix the doc, test=develop
      
      * fix the doc of the op, test=develop
      
      * replace -1 with None, test=develop
      e1366613
    • A
      Add IsControlFlowIfVisitor in ast_transformer (#22709) · dab5e5d8
      Aurelius84 提交于
      * add is_control_flow_if  test=develop
      dab5e5d8
    • G
      Add an inference interface to disable FC padding (#22097) · cdf5f6fb
      GaoWei8 提交于
      * Add an interface of disabling FC padding
      * fix bert regression
      * polish fc padding interface
      * recover pass function
      * fix argument error
      * fix mkldnn error
      cdf5f6fb
    • L
      support dygraph basic api transformed to static api (#22678) · 68c76793
      liym27 提交于
      * support dygraph to static graph for simple case.
      
      * add test for dygraph API recognition. test=develop
      
      * support basic to_variable api. test=develop
      
      * update dict: dygraph_class_to_static_api
      
      * add all tests of dygraph api. test=develop
      
      * use gast/astor instead of ast/codegen for the compatibility of PY2 and PY3. test=develop
      
      * add arg 'num_flatten_dims' for fc ast node. test=develop
      
      * Modify names of class by Camel-Case.
      68c76793