Searched refs:rhsTranspose (Results 1 – 1 of 1) sorted by relevance
639 SmallVector<int64_t> rhsTranspose; in matchAndRewrite() local643 rhsTranspose.push_back(numRhsDimToBroadcast + dim); in matchAndRewrite()660 rhsTranspose.push_back(numRhsDimToBroadcast + *rhsDim); in matchAndRewrite()665 rhsTranspose.push_back(rhsDims.size() - 1); in matchAndRewrite()685 newRhs = rewriter.create<vector::TransposeOp>(loc, newRhs, rhsTranspose); in matchAndRewrite()