Lines Matching defs:pipeline
117 [](const std::string &pipeline, DefaultingPyMlirContext context) {
122 mlirStringRefCreate(pipeline.data(), pipeline.size()),
128 "pipeline"_a, "context"_a.none() = nb::none(),
129 "Parse a textual pass-pipeline and return a top-level PassManager "
130 "that can be applied on a Module. Throw a ValueError if the pipeline "
134 [](PyPassManager &passManager, const std::string &pipeline) {
138 mlirStringRefCreate(pipeline.data(), pipeline.size()),
143 "pipeline"_a,
144 "Add textual pipeline elements to the pass manager. Throws a "
145 "ValueError if the pipeline can't be parsed.")
158 throw MLIRError("Failure while executing pass pipeline",