Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.h178 StatusOr<std::unique_ptr<CpuExecutable>> CompileLegacyCpuExecutable(
H A Dcpu_compiler.cc1117 CpuCompiler::CompileLegacyCpuExecutable(std::unique_ptr<HloModule> module) { in CompileLegacyCpuExecutable() function in xla::cpu::CpuCompiler
1309 CompileLegacyCpuExecutable(std::move(module))); in RunBackend()