Searched refs:dstColumns (Results 1 – 1 of 1) sorted by relevance
1885 unsigned dstColumns = rank == 1 ? 1 : dstType.getShape()[1]; in matchAndRewrite() local1892 for (unsigned c = 0; c < dstColumns; ++c) { in matchAndRewrite()