Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dautograd.cpp691 struct DoubleInplace : public Function<DoubleInplace> { in TEST() struct
692 static variable_list forward(AutogradContext* ctx, Variable x) { in TEST()
698 static variable_list backward( in TEST()
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py3418 class DoubleInplace(Function): class