Searched refs:entry_function_name (Results 1 – 4 of 4) sorted by relevance
58 std::unique_ptr<HloModule> hlo_module, const string& entry_function_name, in CpuExecutable() argument65 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()
53 const string& entry_function_name,
171 absl::string_view entry_function_name, se::StreamExecutor* stream_exec,
1100 absl::string_view entry_function_name, se::StreamExecutor* stream_exec, in CompileLmhloToExecutable() argument1104 llvm::StringRef(entry_function_name.data(), entry_function_name.size()))); in CompileLmhloToExecutable()