Searched refs:createLhloFuseLinalgPass (Results 1 – 4 of 4) sorted by relevance
97 std::unique_ptr<FunctionPass> createLhloFuseLinalgPass(
26 let constructor = "createLhloFuseLinalgPass()";
220 std::unique_ptr<FunctionPass> createLhloFuseLinalgPass( in createLhloFuseLinalgPass() function
85 pm.addNestedPass<mlir::FuncOp>(::mlir::lmhlo::createLhloFuseLinalgPass( in LowerLHLOToGPU()