Home
last modified time | relevance | path

Searched defs:OrcJITPostCompilationHook (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dcpu_compiler.cc860 struct OrcJITPostCompilationHook { struct
862 static std::function<void(const llvm::object::ObjectFile& obj_file)> Create( in Create()
874 explicit OrcJITPostCompilationHook(const HloModule* module) in OrcJITPostCompilationHook() function
878 void operator()(const llvm::object::ObjectFile& obj_file) { in operator ()()
887 const HloModule* module;