1. 17 9月, 2019 1 次提交
    • Implement FusedEmbeddingSeqPoolGradKernel with cblas_saxpy (#19770) · 93c85c93
      翟飞跃 提交于
      * Implement the operator with sprase matrix multiply
      
      * Update the URL of mklml library.
      
      test=develop
      
      * Disable MKLML implematation when using no-linux.
      
      test=develop
      
      * optimize bp with mkl sparse matrix
      test=develop
      
      * tmp add fused_emb_seq layer
      
      * Add the support of padding_idx attribute.
      
      test=develop
      
      * add padding_idx support
      test=develop
      
      * implement grad refer lego
      test=develop
      93c85c93
  2. 16 9月, 2019 4 次提交
    • Y
      Enhance fc_fuse_pass to enable fusing relu to fc_op (#19733) · c67c8758
      Yiqun Liu 提交于
      * Refine the codes related to fc op.
      
      * Add GPU implementation for fc functor.
      
      * Apply fc_fuse_pass in GPU inference.
      test=develop
      
      * Change the cmake for fc op.
      
      * Change PADDLE_ENFORCE to PADDLE_ENFORCE_EQ.
      
      * Add an attribute to set the activation type in fc_op.
      
      * Enhance the unittest of fc_op.
      test=develop
      
      * Remove the declaration of FCOpGrad back to the header file.
      test=develop
      
      * Set default value for newly added arguments in test_fc_op.
      test=develop
      
      * Enhance fc_fuse_pass to enable fusing relu.
      
      * Allow print the shapes of var_desc in graph.
      test=develop
      
      * Enhance fc_fuse_pass_tester.
      
      * Remove the use of PADDLE_ENFORCE.
      test=develop
      
      * Correct the number of ops after fusing.
      test=develop
      
      * Fix a typo.
      test=develop
      
      * Set activation_type to null when there is no relu in fc.
      test=develop
      
      * Refine fc_fuse_pass's codes.
      
      * Enable the set of shape for tensor.
      
      * Refine repeated_fc_relu_pass and add unittest.
      test=develop
      c67c8758
    • Z
      add kernel for squeeze_op, test=develop (#19656) · 52673956
      zhongpu 提交于
      * add kernel for squeeze_op, test=develop
      
      * delete comment, test=develop
      52673956
    • Z
      add kernel for unstack_op, test=develop (#19538) · 2a81c367
      zhongpu 提交于
      * add kernel for unstack_op, test=develop
      
      * add kernel for unstack_op, test=develop
      
      * add kernel for unstack_op, test=develop
      
      * adjust the code format, test=develop
      
      * modify some comment, test=develop
      2a81c367
    • K
      fix softmax axis!=-1. test=develop (#19800) · 99c78b77
      Kaipeng Deng 提交于
      99c78b77
  3. 14 9月, 2019 1 次提交
  4. 12 9月, 2019 2 次提交
  5. 11 9月, 2019 7 次提交
  6. 10 9月, 2019 4 次提交
    • A
      MKLDNN handler cleanup (#19713) · 428b2b9e
      Adam 提交于
      * MKLDNN handler cleanup
      
      * MKLDNN handler cleanup
      test=develop
      428b2b9e
    • Z
      1c25c88a
    • W
      merge empty lod tensor, test=develop (#19228) · 25dcd74d
      wangguanzhong 提交于
      * merge_empty_lod_tensor, test=develop
      
      * fix multiclass_nms, test=develop
      
      * refine API.spec, test=develop
      
      * add unittest case for fetch, test=develop
      
      * add lod tensor test, test=develop
      
      * return index for multiclass_nms, test=develop
      
      * add api for multiclass_nms2
      
      * update API.spc, test=develop
      
      * refine api doc, test=develop
      
      * fix test_detection.py, test=develop
      
      * polish code, test=develop
      
      * add more unittest case, test=develop
      25dcd74d
    • Y
      fix instag op (#19591) · c6756ed2
      yaoxuefeng 提交于
      * fix instag op
      
      * fix instag bug: Some tiny logical error, occurring when ins_tag (2nd input) is multiple. test=develop
      c6756ed2
  7. 09 9月, 2019 2 次提交
  8. 08 9月, 2019 1 次提交
  9. 07 9月, 2019 1 次提交
  10. 06 9月, 2019 4 次提交
  11. 05 9月, 2019 6 次提交
  12. 04 9月, 2019 7 次提交