Home
last modified time | relevance | path

Searched defs:hook1 (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dautograd.cpp1023 auto hook1 = ([&hook1_count](Variable grad) { in TEST() local
1049 auto hook1 = ([&hook1_count](Variable grad) { in TEST() local
1088 auto hook1 = ([&hook1_count](Variable grad) { in TEST() local
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py58 def hook1(grad): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py1259 def hook1(tensor): function
1429 def hook1(g): function