Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/test/lib/Dialect/Shape/
H A DTestShapeFunctions.cpp21 struct ReportShapeFnPass struct
22 : public PassWrapper<ReportShapeFnPass, OperationPass<ModuleOp>> {
23 MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(ReportShapeFnPass)
33 void ReportShapeFnPass::runOnOperation() { in runOnOperation()
93 PassRegistration<ReportShapeFnPass>(); in registerShapeFunctionTestPasses()