Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.h57 RelocationModel relocation_model);
72 RelocationModel relocation_model() const { return relocation_model_; } in relocation_model() function
H A Dcpu_compiler.cc274 std::string entry_point_name, RelocationModel relocation_model) in CpuAotCompilationOptions() argument
279 relocation_model_(relocation_model) {} in CpuAotCompilationOptions()
1371 switch (options.relocation_model()) { in CompileAheadOfTime()