ljbulesky
Results
1
comments of
ljbulesky
感谢解答,意思是不支持这种情况吗?但是这应该属于常见情况吧,我修改成B2 = B.reshape(B.w, B.h, 1, opt.workspace_allocator);输出shape就对了。 为啥不按这种做个判断啊? if (outdims == 3 && A.dims == 1) { if (A.w == B.c) A2 = A.reshape(1, 1, A.w); else // if (A.w ==...