Searched defs:set_materialize_grads (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/pytorch/torch/csrc/autograd/ | ||
H A D | custom_function.cpp | 569 void AutogradContext::set_materialize_grads(bool value) { in set_materialize_grads() function in torch::autograd::AutogradContext |
/aosp_15_r20/external/pytorch/torch/autograd/ | ||
H A D | function.py | 226 def set_materialize_grads(self, value: bool): member in FunctionCtx |