Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_hooks.py27 ModuleDirectforwardSubmodCall,
198 m_submod_forward_call = ModuleDirectforwardSubmodCall(
H A Dtest_hooks_modules.py52 class ModuleDirectforwardSubmodCall(torch.nn.Module): class