• C
    [cherry pick ] cherry pick 28108 28198 28199 from release2.0rc (#28215) · 99408718
    cnn 提交于
    * Release 2.0rc cherry pick api rename #28108 (#28184)
    
    * rename count_include_pad-->exclusive  return_indices-->return_mask
    
    * remove track_running_stats
    
    * fix typo.
    
    * rename xxxd-->xxxxD
    
    * solve conflicts
    
    * 2.0rc api add all any (#28199)
    
    * reduce trt warning message (#28011)
    
    add paddle.enable_static() on sample code
    
    alias recude_all-->all, reduce_any-->any
    
    add import reduce_all and reduce_any in python/paddle/tensor/math.py
    
    import all and any in python/paddle/tensor/__init__.py
    
    remove all and any OP in python/paddle/tensor/logic.py, add all and any OP in python/paddle/tensor/math.py
    
    fix import error
    
    remove TestAllAPI temporary
    
    * fix doc of recdue_all and reduce_any, test=document_fix
    
    * fix typo
    
    * fix unittest for all and any API
    Co-authored-by: NPei Yang <peiyang@baidu.com>
    
    * rename conv_transposeXd-->convXd_transpose (#28198)
    
    * fix sample code of reduce_all and reduce_any
    Co-authored-by: NPei Yang <peiyang@baidu.com>
    99408718
test_pool3d_api.py 17.7 KB