Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dautograd.cpp1029 auto hook2 = ([&hook2_count](Variable grad) { in TEST() local
1055 auto hook2 = ([&hook2_count](Variable grad) { in TEST() local
1094 auto hook2 = ([&hook2_count](Variable grad) { in TEST() local
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_compiled_autograd.py62 def hook2(grads): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py1262 def hook2(tensor): function
1433 def hook2(gs): function