1. 30 4月, 2020 1 次提交
  2. 28 4月, 2020 2 次提交
  3. 27 4月, 2020 4 次提交
    • C
      [dy2static] Add print transformer and unify print format (#24068) · 9b851ba2
      Chen Weihang 提交于
      * add print transformer & unify print format, test=develop
      
      * remove using of dygraph_to_static_func, test=develop
      
      * remove python stdout capture, test=develop
      
      * fix compatibility problems for PY2, test=develop
      
      * fix detail error, test=develop
      
      * fix type analysis bug, test=develop
      
      * fix print tuple compatible error in PY2, test=develop
      
      * replace get_func to declarative, test=develop
      
      * fix detail bug, test=develop
      
      * fix some detail problems, test=develop
      
      * change visit_call in print transformer, test=develop
      9b851ba2
    • L
      Add trace op (#23873) · 077e5a0f
      Li Fuchen 提交于
      * add trace op, test=develop
      
      * Optimized the implementation of trace op, test=develop
      
      * fix a bug of include in trace_op.h, test=develop
      
      * move trace API from creation to math, test=develop
      
      * modified en doc. test=develop
      
      * add complex trace api
      
      * add complex sum api, test=develop
      
      * modified en doc of complex sum and trace, test=develop
      
      * modified doc and trace API, test=develop
      
      * modified en doc of trace and sum, test=develop
      
      * modified comment in complex kron API, test=develop
      
      * OP Should Not Have Unused Input, test=develop
      
      * add GetExpectedKernelType, test=develop
      077e5a0f
    • Y
      Add the implementation of inverse (#23310) · ecfddebb
      Yiqun Liu 提交于
      ecfddebb
    • H
      c++ API ( average_accumulates, tensor_array_to_tensor and average_accumulates)... · 8ea325aa
      HappyAngel 提交于
      c++ API ( average_accumulates, tensor_array_to_tensor and average_accumulates) error message enhance. test=develop (#23631)
      
      8ea325aa
  4. 26 4月, 2020 4 次提交
    • S
      Add batch_fc op in contrib (#24017) · 0fb9b208
      ShenLiang 提交于
      * add batch fc op, test=develop
      
      * add batch_fc_op, test=develop
      
      * fix untest, test=develop
      
      * rm check_dygraph, test=develop
      
      * fix comment, test=develop
      
      * fix comment, test=develop
      0fb9b208
    • L
      improve efficiency of runtime InferVarType (#22778) · 9a93f6aa
      liuwei1031 提交于
      * save InferVarType changes, test=develop
      
      * remove code comments, test=develop
      
      * tweak code, test=develop
      
      * fix compilation warning, update merge_ids_op split_ids_op to new interface, test=develop
      
      * modify fused_bn_activation_op, test=develop
      
      * fix error of fused_bn_activation_op, test=develop
      
      * fix PADDLE_ENFORCE and unittest coverage issue, test=develop
      
      * tweak PADDLE_ENFORCE messages, test=develop
      
      * improve unittest coverage, test=develop
      
      * add StaticGraphInferVarType class, test=develop
      
      * rebase develop branch, test=develop
      
      * fix unittest error, test=develop
      
      * remove comments, test=develop
      
      * improve unittest coverage, test=develop
      
      * imporve error message and imporve unittest coverage, test=develop
      
      * upgrade InferVarType API, test=develop
      
      * tweak pyfunc error message, test=develop
      
      * fix compilation conflict - save_combine_op, test=develop
      9a93f6aa
    • H
      bfb60efb
    • C
      Update index sample (#24109) · 28a558e8
      Chengmo 提交于
      * update index sample
      28a558e8
  5. 25 4月, 2020 1 次提交
    • F
      add kron op (#24105) · e01262e6
      Feiyu Chan 提交于
      * add kron op and its python API, doc and unittests.
      * add kron in paddle.complex
      e01262e6
  6. 24 4月, 2020 8 次提交
  7. 23 4月, 2020 2 次提交
  8. 22 4月, 2020 1 次提交
  9. 21 4月, 2020 1 次提交
  10. 20 4月, 2020 9 次提交
  11. 19 4月, 2020 4 次提交
    • Z
      [Eernie TRT]: add slice op and add emb eltwise layernorm fp16 support (#23723) · 133f1fc1
      Zhaolong Xing 提交于
      * refine ernie trt dynamic shape support
      1. add slice op converter
      2. add emb eltwise layernorm fp16 support
      test=develop
      
      * fix dynamic shape test ut
      test=develop
      
      * fix comments.
      test=develop
      
      * fix comments
      test=develop
      133f1fc1
    • G
      Support LoDTensorArray in fetch (#23645) · 2b896c1f
      guofei 提交于
      * Support LoDTEnsorArray in fetch op
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      
      * Support LoDTensorArray in fetch
      
      test=develop
      2b896c1f
    • Q
      create bmm op and move several api from fluid.layers to tensor (#23457) · ad7ac4c6
      Qinghe JING 提交于
      * add gradient check to reduce ops
      
      * add skip gradient check to reduce ops test=develop
      
      * modify stack api test=develop
      
      * add bmm op and move serval ops from fluid.layers to tensor test=develop
      ad7ac4c6
    • G
      add paddle.tensor interface (#23801) · 490db7f3
      GaoWei8 提交于
      * add paddle.tensor
      test=develop
      
      * polish gpu where codes
      test=develop
      
      * polish test code
      test=develop
      490db7f3
  12. 18 4月, 2020 2 次提交
  13. 17 4月, 2020 1 次提交