Searched defs:skipCPUIf (Results 1 – 2 of 2) sorted by relevance
107 skipCPUIf = functools.partial(skipDeviceIf, device="cpu") variable
1216 class skipCPUIf(skipIf): class