Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

paddle.logsumexp support int tensor 易用性提升

Open NKNaN opened this issue 1 year ago • 2 comments

PR Category

User Experience

PR Types

Improvements

Description

增加 int32/int64 数据类型支持,当输入是整数类型时,前向计算输出的类型为 float32,反向计算梯度的类型为 float32。

NKNaN avatar Oct 09 '24 03:10 NKNaN