Searched refs:aot_opts (Results 1 – 1 of 1) sorted by relevance
49 const xla::cpu::CpuAotCompilationOptions& aot_opts, in CompileXla() argument77 aot_or = client->CompileAheadOfTime({instance}, aot_opts); in CompileXla()85 compile_result->entry_point = aot_opts.entry_point_name(); in CompileXla()87 xla::CompileOnlyClient::PointerSizeForTriple(aot_opts.triple()); in CompileXla()119 xla::cpu::CpuAotCompilationOptions aot_opts( in CompileGraph() local124 return CompileXla(client, computation, aot_opts, compile_result); in CompileGraph()