Home
last modified time | relevance | path

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

/external/pytorch/test/cpp/api/
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
/external/pytorch/test/inductor/
Dtest_compiled_autograd.py58 def hook1(grad): function
/external/pytorch/test/
Dtest_autograd.py1259 def hook1(tensor): function
1429 def hook1(g): function