Home
last modified time | relevance | path

Searched defs:is_built (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/backends/mps/
H A D__init__.py12 def is_built() -> bool: function
/aosp_15_r20/platform_testing/scripts/map_tests/
H A Dmap_tests.py88 is_built = any(ts in k['compatibility_suites'] for ts in ['device-tests', 'general-tests']) variable
/aosp_15_r20/external/pytorch/torch/backends/cuda/
H A D__init__.py37 def is_built(): function