Home
last modified time | relevance | path

Searched refs:verifyInferredResultTypes (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h249 LogicalResult verifyInferredResultTypes(Operation *op);
H A DInferTypeOpInterface.td118 return detail::verifyInferredResultTypes($_op);
/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp203 LogicalResult mlir::detail::verifyInferredResultTypes(Operation *op) { in verifyInferredResultTypes() function in mlir::detail