• J
    fix con2d transpose bias by create and init it in build_once (#18968) · 1ce0a09e
    Jiabin Yang 提交于
    * fix con2d transpose bias by create and init it in build_onee
    
    * fix API spec
    
    * test=develop, invoke ci
    
    * fix bias_attr and act has no effect error on layer norm, conv2dTranpose, billinearTensorProduct, sequece_conv. fix original_mode not used error on GRUunit. fix sample_weight not set error on NCE. Add ut for all thoese layer
    
    * test=develop, change success standard for conv2dTranspose
    
    * test=develop, fix test_layers to invoke some error branch
    
    * test=develop, fix sample code
    
    * test=develop, fix BilinearTensorProduct failed in dygraph mode
    
    * test=develop, fix test_layers segment fault error
    1ce0a09e
API.spec 196.7 KB