Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dautograd.cpp893 struct DeepReenter : public Function<DeepReenter> { in TEST() struct
894 static Variable forward(AutogradContext* ctx, Variable x) { in TEST()
902 static variable_list backward( in TEST()