mirror of https://github.com/alibaba/MNN.git
Remove redundant transpose
This commit is contained in:
parent
a005e9c46d
commit
57b0190bc4
|
|
@ -168,8 +168,6 @@ WinogradGenerater::WinogradGenerater(int computeUnit, int kernelSize, float inte
|
|||
}
|
||||
{
|
||||
auto B = computeB(a, alpha);
|
||||
Matrix::transpose(mB.get(), B.get());
|
||||
Matrix::transpose(B.get(), mB.get());
|
||||
mB = B;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue