Home
last modified time | relevance | path

Searched refs:user_post_optimization_hook_ (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dllvm_compiler.h52 CHECK(!user_post_optimization_hook_) in SetPostOptimizationHook()
55 user_post_optimization_hook_ = hook; in SetPostOptimizationHook()
58 void RemovePostOptimizationHook() { user_post_optimization_hook_ = nullptr; } in RemovePostOptimizationHook()
89 ModuleHook user_post_optimization_hook_; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.cc755 if (user_post_optimization_hook_) { in RunBackend()
756 user_post_optimization_hook_(llvm_module); in RunBackend()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_compiler.cc599 user_post_optimization_hook_); in RunBackend()
891 user_post_optimization_hook_); in CompileAheadOfTime()