Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_module_util.cc48 absl::optional<int> num_threads, const AotCompilationOptions* aot_options) { in CreateModuleConfig() argument
123 if (aot_options != nullptr && in CreateModuleConfig()
124 aot_options->fusion_config_collection() != FusionConfigCollection::kOff) { in CreateModuleConfig()
126 aot_options->fusion_config_collection()); in CreateModuleConfig()
127 *config->mutable_fusion_config() = aot_options->fusion_config(); in CreateModuleConfig()
Dhlo_module_util.h40 const AotCompilationOptions* aot_options = nullptr);
Dservice.h192 const AotCompilationOptions* aot_options = nullptr);
201 const AotCompilationOptions* aot_options = nullptr);
Dservice.cc259 const AotCompilationOptions* aot_options) { in CreateModuleConfig() argument
269 num_threads, aot_options); in CreateModuleConfig()
276 const AotCompilationOptions* aot_options) { in CreateModuleConfig() argument
282 aot_options); in CreateModuleConfig()
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/
Dcompiler.h59 const AotCompilationOptions& aot_options) override;
Dcompiler.cc156 const AotCompilationOptions& aot_options) { in CompileAheadOfTime() argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc805 const AotCompilationOptions& aot_options) { in CompileAheadOfTime() argument
842 if (aot_options.PlatformId() != se::host::kHostPlatformId) { in CompileAheadOfTime()
846 static_cast<const CpuAotCompilationOptions&>(aot_options); in CompileAheadOfTime()