Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_executable.cc57 const std::string& entry_function_name, in CpuExecutable() argument
64 module_name_(entry_function_name) { in CpuExecutable()
76 jit_->FindCompiledSymbol(entry_function_name); in CpuExecutable()
79 CHECK(*sym) << "Symbol " << entry_function_name << " not found."; in CpuExecutable()
H A Dcpu_executable.h51 const std::string& entry_function_name,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_compiler.cc879 mlir::ModuleOp mlir_module, llvm::StringRef entry_function_name, in LowerToJitRt() argument
889 mlir_module.lookupSymbol<mlir::func::FuncOp>(entry_function_name); in LowerToJitRt()
907 mlir_module, {entry_function_name.data(), entry_function_name.size()}, in LowerToJitRt()
917 entry_function_name.str(), os.str(), buffer_sizes.vec(), in LowerToJitRt()
1613 absl::string_view entry_function_name, se::StreamExecutor* stream_exec, in CompileLmhloToExecutable() argument
1618 entry_function_name.data(), entry_function_name.size()))); in CompileLmhloToExecutable()
H A Dgpu_compiler.h192 absl::string_view entry_function_name, se::StreamExecutor* stream_exec,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/lmhlo_to_gpu/
H A Dpass_utils.h27 mlir::StringRef entry_function_name,
H A Dpass_utils.cc27 mlir::StringRef entry_function_name, in ConvertLmhloToJitRt() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/
H A Dtf_tfl_passes.cc98 void AddConvertHloToTfPass(std::string entry_function_name, in AddConvertHloToTfPass() argument
119 mlir::mhlo::createExpandHloTuplesPass(entry_function_name)); in AddConvertHloToTfPass()