Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dxla_passes.h39 std::unique_ptr<OperationPass<ModuleOp>> CreateOutlineWithXLAFrameworkPass();
H A Dxla_passes.td44 let constructor = "::mlir::mhlo::CreateOutlineWithXLAFrameworkPass()";
H A Doutline_with_xla_framework.cc166 std::unique_ptr<OperationPass<ModuleOp> > CreateOutlineWithXLAFrameworkPass() { in CreateOutlineWithXLAFrameworkPass() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc957 pm.addPass(mlir::mhlo::CreateOutlineWithXLAFrameworkPass()); in LowerMLIRModule()