Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dpasses.h90 std::unique_ptr<OperationPass<ModuleOp>> CreateWhileOutlinePass();
Dwhile_loop_outline.cc272 std::unique_ptr<OperationPass<ModuleOp>> CreateWhileOutlinePass() { in CreateWhileOutlinePass() function
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_tfl_translate.cc237 pm.addPass(mlir::TFL::CreateWhileOutlinePass()); in main()
Dtf_tfl_passes.cc321 pm.addPass(mlir::TFL::CreateWhileOutlinePass()); in CreateTFLStandardPipeline()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc317 pm.addPass(mlir::TFL::CreateWhileOutlinePass()); in ConvertMLIRToTFLiteFlatBuffer()