Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dinductor_utils.py105 skipCUDAIf = functools.partial(skipDeviceIf, device="cuda") variable
H A Dcommon_device_type.py1222 class skipCUDAIf(skipIf): class