Home
last modified time | relevance | path

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

/external/pytorch/torch/testing/_internal/
Dcommon_cuda.py34 IS_JETSON = LazyVal(lambda: torch.cuda.is_available() and torch.cuda.get_device_capability() in [(7… variable
Dcommon_utils.py303 IS_JETSON = any(name in platform.platform() for name in check_names) variable