Home
last modified time | relevance | path

Searched refs:verifyCompatibleShape (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/mlir/lib/IR/
H A DTypeUtilities.cpp57 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 DOperation.cpp894 failed(verifyCompatibleShape(resultType, type))) in verifySameOperandsAndResultType()
900 failed(verifyCompatibleShape(opType, type))) in verifySameOperandsAndResultType()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DTypeUtilities.h48 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 DGPUDialect.cpp1103 if (failed(verifyCompatibleShape(srcType, dstType))) in verify()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp156 return succeeded(verifyCompatibleShape(aT, bT)); in areCastCompatible()