HomeSort by relevance Sort by last modified time
    Searched refs:CpuAotCompilationOptions (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_compiler.h 35 class CpuAotCompilationOptions : public AotCompilationOptions {
51 CpuAotCompilationOptions(string triple, string cpu_name, string features,
54 ~CpuAotCompilationOptions() override;
cpu_compiler.cc 106 CpuAotCompilationOptions::CpuAotCompilationOptions(
115 CpuAotCompilationOptions::~CpuAotCompilationOptions() = default;
117 se::Platform::Id CpuAotCompilationOptions::PlatformId() const {
740 const CpuAotCompilationOptions& options =
741 static_cast<const CpuAotCompilationOptions&>(aot_options);
    [all...]
  /external/tensorflow/tensorflow/compiler/aot/
compile.cc 47 const xla::cpu::CpuAotCompilationOptions& aot_opts,
109 xla::cpu::CpuAotCompilationOptions aot_opts(
112 xla::cpu::CpuAotCompilationOptions::RelocationModel::BigPic);
  /external/tensorflow/tensorflow/compiler/xla/tests/
local_client_aot_test_helper.cc 78 xla::cpu::CpuAotCompilationOptions options(
81 xla::cpu::CpuAotCompilationOptions::RelocationModel::Static);

Completed in 95 milliseconds