Searched refs:CreateConvertToEntrypoint (Results 1 – 4 of 4) sorted by relevance
38 CreateConvertToEntrypoint();
49 pm.addPass(CreateConvertToEntrypoint()); in CreateDefaultXlaRuntimeCompilationPipeline()
86 let constructor = "xla::runtime::CreateConvertToEntrypoint()";
202 std::unique_ptr<OperationPass<ModuleOp>> CreateConvertToEntrypoint() { in CreateConvertToEntrypoint() function