Paddle icon indicating copy to clipboard operation
Paddle copied to clipboard

[0-size Tensor No.91、308] Add 0-size Tensor support for inner

Open co63oc opened this issue 5 months ago • 1 comments
trafficstars

PR Category

Execute Infrastructure

PR Types

Improvements

Description

这里是继续 https://github.com/PaddlePaddle/Paddle/pull/73094 中 paddle.inner的修改

PaddleAPITest 测试通过 GPU image

CPU image

代码只增加一个reshape,没有其他增加,性能测试使用的是全为1的shape,实际中这样的情况不多,使用这个分支执行的也不多

修改了PaddleTest的测试用例,看是否可以修改 https://github.com/PaddlePaddle/PaddleTest/pull/3096

co63oc avatar Jun 14 '25 23:06 co63oc