Searched defs:needs_input_grad (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ | ||
H A D | custom_function.cpp | 540 bool AutogradContext::needs_input_grad(size_t output_edge_index) const { in needs_input_grad() function in torch::autograd::AutogradContext |
H A D | python_function.h | 98 PyObject* needs_input_grad; member |
H A D | python_function.cpp | 865 THPObjectPtr needs_input_grad; member |
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ | ||
H A D | misc.py | 831 needs_input_grad=None, argument |