Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/testing/
H A Dhooks_for_testing.h11 using ModuleHook = std::function<void(Module module)>; variable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dllvm_compiler.h40 using ModuleHook = std::function<void(const llvm::Module&)>; variable