CANN/asc-devkit卷积API文档
SetGradOutputShape
功能说明
设置GradOutput的形状:Batch、Channel、Depth、Height、Width。
函数原型
void SetGradOutputShape(int64_t n, int64_t c, int64_t d, int64_t h, int64_t w)参数说明
表 1 参数说明参数名
输入/输出
描述
n
输入
输入GradOutput的Ba…
2026/7/15 15:45:24