Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_cuda_multigpu.py1039 @self.wrap_with_cuda_memory_check
1043 @self.wrap_with_cuda_memory_check
1065 @self.wrap_with_cuda_memory_check
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_utils.py2982 def wrap_with_cuda_memory_check(self, method): member in TestCase