Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dautograd.cpp1061 auto hook3 = ([&hook3_count](Variable grad) { in TEST() local
1100 auto hook3 = ([&hook3_count](Variable grad) { in TEST() local
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py66 def hook3(gI, gO): function