Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/Transforms/
H A DPasses.h33 std::unique_ptr<Pass> createTosaInferShapesPass();
H A DPasses.td34 let constructor = "createTosaInferShapesPass()";
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaInferShapes.cpp324 std::unique_ptr<Pass> mlir::tosa::createTosaInferShapesPass() { in createTosaInferShapesPass() function in mlir::tosa