Searched defs:IS_JETSON (Results 1 – 2 of 2) sorted by relevance
34 IS_JETSON = LazyVal(lambda: torch.cuda.is_available() and torch.cuda.get_device_capability() in [(7… variable
303 IS_JETSON = any(name in platform.platform() for name in check_names) variable