Searched refs:cShape (Results 1 – 2 of 2) sorted by relevance
120 ArrayRef<int64_t> cShape = cVector.getShape(); in verify() local162 if (cShape[0] * cShape[1] * kThreads != m * n) in verify()186 if (!((cShape[0] == mTile * nTile) && (cShape[1] == numElementC))) in verify()
1234 ArrayRef<int64_t> aShape, bShape, cShape; in verify() local1237 cShape = opTypes[C].getShape(); in verify()1239 if (aShape[1] != bShape[0] || aShape[0] != cShape[0] || in verify()1240 bShape[1] != cShape[1]) in verify()