Searched refs:inputVectorType (Results 1 – 1 of 1) sorted by relevance
2398 auto inputVectorType = getInputVectorType(); in verify() local2406 if (inputVectorType.getRank() != inputShapeRank + numFixedVectorSizes) in verify()2407 return emitError("invalid input shape for vector type ") << inputVectorType; in verify()2415 unsigned inputVectorRank = inputVectorType.getRank(); in verify()2418 if (fixedVectorSizes[i] != inputVectorType.getShape()[index]) in verify()