Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/aot/
Dcompile.cc80 aot_or = client->CompileAheadOfTime({instance}, aot_opts); in CompileXla() local
81 if (!aot_or.ok()) { in CompileXla()
83 aot_or.status().error_message()); in CompileXla()
87 std::move(aot_or.ValueOrDie().back())); in CompileXla()