paddle/phi/kernels/impl/matmul_kernel_impl.h中无法对DenseTensor进行cout

rqmkfv5c  于 4个月前  发布在  其他
关注(0)|答案(2)|浏览(35)

需求描述 Feature Description

这样导致debug困难

替代实现 Alternatives

No response

wh6knrhe

wh6knrhe1#

Paddle/paddle/phi/core/tensor_utils.h

Line 133 in c69862e

| | voidTensorToVector(const phi::DenseTensor& src, |

打印的问题我们后续想办法升级下,目前可以使用上面链接中的 TensorToVector 接口将Tensor中的数据拷贝到Vector中来打印,在matmul_kernel_impl.h中使用起来也比较简单。

o2gm4chl

o2gm4chl2#

Paddle/paddle/phi/core/tensor_utils.h

Line 133 in c69862e

| | voidTensorToVector(const phi::DenseTensor& src, |

打印的问题我们后续想办法升级下,目前可以使用上面链接中的 TensorToVector 接口将Tensor中的数据拷贝到Vector中来打印,在matmul_kernel_impl.h中使用起来也比较简单。

OK,栓Q~

相关问题