Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dcustom_function.cpp569 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 Dfunction.py226 def set_materialize_grads(self, value: bool): member in FunctionCtx