Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dwhile_loop_outline.cc41 class WhileOutlinePass class
42 : public mlir::PassWrapper<WhileOutlinePass, OperationPass<ModuleOp>> {
44 explicit WhileOutlinePass() {} in WhileOutlinePass() function in mlir::TFL::__anon6824fc090111::WhileOutlinePass
59 std::string WhileOutlinePass::GetName(Operation* op, StringRef suffix) { in GetName()
99 void WhileOutlinePass::OutlineWhile(WhileOp while_op) { in OutlineWhile()
265 void WhileOutlinePass::runOnOperation() { in runOnOperation()
273 return std::make_unique<WhileOutlinePass>(); in CreateWhileOutlinePass()
276 static PassRegistration<WhileOutlinePass> pass(