Home
last modified time | relevance | path

Searched refs:_test_reentrant_with_callbacks (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py7363 def _test_reentrant_with_callbacks(self, install_callbacks_in_depths): member in TestAutograd
7415 ret = self._test_reentrant_with_callbacks([0])
7421 ret = self._test_reentrant_with_callbacks([1])
7427 ret = self._test_reentrant_with_callbacks([0, 1])