1. 15 12月, 2021 6 次提交
    • 0
      [Dy2stat]Fix error in tensor_shape_transformer. (#37999) · 50822491
      0x45f 提交于
      * fix error when tensor_shape_transformer. Before in stmt like `if len(paddle.shape(x)[0]) > 0`, `paddle` will be used as a variable
      
      * handle other call like `fluid.layers.mean` and `fluid.layers.shape`
      
      * add unit test
      50822491
    • Skr.B's avatar
      Add New API nn.HingeEmbeddingLoss (#37540) · 3b85864a
      Skr.B 提交于
      * add hinge_embedding_loss
      
      * fix test_API
      
      * test_API succeed
      
      * add English doc
      
      * fixed using of expired fluid api
      
      * fix doc
      
      * fix doc and rm python/paddle/fluid/layers/loss.py
      
      * get raw python/paddle/fluid/layers/loss.py back
      
      * fix Examples bug in English doc
      
      * unique -> flatten
      
      * fix api code
      
      * fix English doc
      
      * fix functional loss English doc
      
      * fix Example doc
      
      * .numpy() -> paddle.unique()
      
      * fix unique
      
      * fix label_item_set
      
      * modified judgment equation
      
      * Got a beautiful loss equation
      
      * use paddle.to_tensor
      
      * fix loss and add static check
      
      * fix loss and add static check
      
      * delta -> margin
      3b85864a
    • B
      update mkldnn conv_concat_relu_mkldnn_fuse_pass ut (#37606) · bb51d6dc
      baoachun 提交于
      * update mkldnn conv_concat_relu_mkldnn_fuse_pass ut
      
      * update conv_concat_relu_mkldnn_fuse_pass ut
      
      * restrict conv2d data_format in conv_concat_relu_mkldnn_fuse_pass
      bb51d6dc
    • F
      reduce the pass run-time (#38115) · b28c374a
      feng_shuai 提交于
      b28c374a
    • zhouweiwei2014's avatar
      add new API:paddle.moveaxis/Tensor.moveaxis (#37833) · 84e5d099
      zhouweiwei2014 提交于
      * add new API:paddle.movedim/moveaxis
      
      * add new API:paddle.movedim/moveaxis
      
      * add new API:add new API:paddle.movedim/moveaxis
      
      * fix comment
      
      * fix comment
      84e5d099
    • C
      revert attr type change (#38129) · 038ca68d
      Chen Weihang 提交于
      038ca68d
  2. 14 12月, 2021 16 次提交
  3. 13 12月, 2021 8 次提交
    • Z
      add_conv_bn_fuse_pass_test (#37975) · 7096da0c
      zhenlin 提交于
      * add_conv_bn_fuse_pass_test
      
      * add trt NHWC bug into invalid program for avoiding error crash
      
      * add trt NHWC bug into invalid program for avoiding error crash
      
      * add trt NHWC bug into invalid program for avoiding error crash
      
      * fix trt pass target optype bug based on has_bias value
      
      * fix trt pass target optype bug based on has_bias value
      7096da0c
    • Z
      update 3 tests (#37922) · 33fbb66e
      zhenlin 提交于
      * update 3 tests
      
      * fix typo error
      33fbb66e
    • X
      fix single card 8 unittests in new executor (#37957) · 9a4eec98
      xiongkun 提交于
      * fix single card 8 unittests in new executor
      
      * fix
      
      * fix
      9a4eec98
    • C
      fix custom op infershape error (#38045) · 3a339cc0
      Chen Weihang 提交于
      3a339cc0
    • W
      add logit API (#37844) · b197bfe6
      wangzhen38 提交于
      * add Logit API
      
      * add unittest
      
      * conflict
      
      * pull conflit
      
      * pull conflit logit
      
      * fix unititest
      
      * fix code style
      
      * update docs style of
      
      * update en doc
      
      * fix docs en style
      
      * fix docs en style1
      
      * fix docs en style2
      
      * fix docs en style3
      
      * fix docs en style4
      
      * fix docs en style5
      
      * fix docs en style6
      
      * fix docs en style7
      
      * fix docs en style8
      
      * update by review
      
      * fix nan bug
      b197bfe6
    • Z
      [rot90] fix rot90 (#38042) · 201b7c9d
      zmxdream 提交于
      * [rot90] fix rot90
      
      * fix rot90
      
      * fix for ci. test=develop
      
      * fix rot90. test=develop
      
      * update. test=develop
      
      * update. test=develop
      201b7c9d
    • S
      fix reduce_max bug (#38026) · 512e4339
      Shang Zhizhou 提交于
      * fix reduce_max bug
      
      * add unittest
      512e4339
    • 0
      [Dy2Stat]Allow ifelse return buildin type in paddle cond (#37888) · 9598b19c
      0x45f 提交于
      * allow ifelse return `int` in paddle cond
      
      * add test and refine code
      
      * polish code, add test
      
      * code format
      9598b19c
  4. 12 12月, 2021 1 次提交
    • 沉潜的鱼儿's avatar
      Dist op compatible (#37994) · 89bced5e
      沉潜的鱼儿 提交于
      * dist matmul op compatible
      
      * dist op unittest
      
      * modify dist matmul
      
      * modify dist reshape
      
      * modify dist reshape
      
      * add a space
      
      * add a space
      
      * delete dist matmul op
      
      * modify reshape
      
      * add dist op unittest
      
      * modify dist op unittest
      89bced5e
  5. 10 12月, 2021 7 次提交
  6. 09 12月, 2021 2 次提交