• F
    [NPU] add sigmoid and sigmoid_cross_entropy_with_logits (#34074) · db4bd24b
    furnace 提交于
    * [NPU] add sigmoid and sigmoid_cross_entropy_with_logits
    
    * [NPU] add debug logs
    
    * [NPU] delete debug logs
    
    * [NPU] reset to paddle.NPUPlace(0)
    
    * [NPU] add more unittests for sigmoid_cross_entropy_with_logits
    
    * delete useless c++ code, and delete check_dygraph=False
    
    * [NPU] delete repeated codes of unittests
    
    * [NPU] fix licence code style
    
    * [NPU] add attrs (now do not support) check for sigmoid_cross_entropy_with_logits
    db4bd24b
sigmoid_cross_entropy_with_logits_op.h 4.0 KB