Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
H A Dpasses.h38 CreateConvertToEntrypoint();
H A Dcompilation_pipeline.cc49 pm.addPass(CreateConvertToEntrypoint()); in CreateDefaultXlaRuntimeCompilationPipeline()
H A Dpasses.td86 let constructor = "xla::runtime::CreateConvertToEntrypoint()";
H A Dconvert_to_entrypoint.cc202 std::unique_ptr<OperationPass<ModuleOp>> CreateConvertToEntrypoint() { in CreateConvertToEntrypoint() function