Searched refs:verifyCompatibleShape (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | TypeUtilities.cpp | 57 LogicalResult mlir::verifyCompatibleShape(ArrayRef<int64_t> shape1, in verifyCompatibleShape() function in mlir 76 LogicalResult mlir::verifyCompatibleShape(Type type1, Type type2) { in verifyCompatibleShape() function in mlir 89 return verifyCompatibleShape(sType1.getShape(), sType2.getShape()); in verifyCompatibleShape() 98 if (failed(verifyCompatibleShape(std::get<0>(it), std::get<1>(it)))) in verifyCompatibleShapes()
|
| H A D | Operation.cpp | 894 failed(verifyCompatibleShape(resultType, type))) in verifySameOperandsAndResultType() 900 failed(verifyCompatibleShape(opType, type))) in verifySameOperandsAndResultType()
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | TypeUtilities.h | 48 LogicalResult verifyCompatibleShape(ArrayRef<int64_t> shape1, 56 LogicalResult verifyCompatibleShape(Type type1, Type type2);
|
| /llvm-project-15.0.7/mlir/lib/Dialect/GPU/IR/ |
| H A D | GPUDialect.cpp | 1103 if (failed(verifyCompatibleShape(srcType, dstType))) in verify()
|
| /llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/ |
| H A D | TensorOps.cpp | 156 return succeeded(verifyCompatibleShape(aT, bT)); in areCastCompatible()
|