Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc49 const xla::cpu::CpuAotCompilationOptions& aot_opts, in CompileXla() argument
77 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() local
124 return CompileXla(client, computation, aot_opts, compile_result); in CompileGraph()