Home
last modified time | relevance | path

Searched refs:PreHook (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dcompilation_unit.h47 enum class FunctionType { Method, Hook, PreHook }; enumerator
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp5515 } else if (type == CompilationUnit::FunctionType::PreHook) { in define()
5689 CompilationUnit::FunctionType::PreHook); in define_hooks()