Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc622 struct OrcJITPostCompilationHook { struct
624 static std::function<void(const llvm::object::ObjectFile& obj_file)> Create( in Create()
636 explicit OrcJITPostCompilationHook(const HloModule* module) in OrcJITPostCompilationHook() function
640 void operator()(const llvm::object::ObjectFile& obj_file) { in operator ()()
649 const HloModule* module;