Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.h69 const AotCompilationOptions& aot_options) override;
Dcompiler.cc175 const AotCompilationOptions& aot_options) { in CompileAheadOfTime() argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc730 const AotCompilationOptions& aot_options) { in CompileAheadOfTime() argument
753 if (aot_options.PlatformId() != se::host::kHostPlatformId) { in CompileAheadOfTime()
757 static_cast<const CpuAotCompilationOptions&>(aot_options); in CompileAheadOfTime()