Home
last modified time | relevance | path

Searched refs:entry_function_name (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_executable.cc58 std::unique_ptr<HloModule> hlo_module, const string& entry_function_name, in CpuExecutable() argument
65 module_name_(entry_function_name) { in CpuExecutable()
75 jit_->FindCompiledSymbol(entry_function_name); in CpuExecutable()
78 CHECK(*sym) << "Symbol " << entry_function_name << " not found."; in CpuExecutable()
Dcpu_executable.h53 const string& entry_function_name,
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_compiler.h171 absl::string_view entry_function_name, se::StreamExecutor* stream_exec,
Dgpu_compiler.cc1100 absl::string_view entry_function_name, se::StreamExecutor* stream_exec, in CompileLmhloToExecutable() argument
1104 llvm::StringRef(entry_function_name.data(), entry_function_name.size()))); in CompileLmhloToExecutable()