Home
last modified time | relevance | path

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

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