Paddle
Paddle copied to clipboard
paddle.logsumexp support int tensor 易用性提升
PR Category
User Experience
PR Types
Improvements
Description
增加 int32/int64 数据类型支持,当输入是整数类型时,前向计算输出的类型为 float32,反向计算梯度的类型为 float32。