Searched refs:_check_module_exists (Results 1 – 5 of 5) sorted by relevance
8 def _check_module_exists(name: str) -> bool: function25 _check_module_exists("dill")
359 def _check_module_exists(name): function369 missing_deps = [pkg for pkg in dependencies if not _check_module_exists(pkg)]
98 from torch.utils._import_utils import _check_module_exists1339 TEST_NUMPY = _check_module_exists('numpy')1340 TEST_FAIRSEQ = _check_module_exists('fairseq')1341 TEST_SCIPY = _check_module_exists('scipy')1350 TEST_NUMBA = _check_module_exists('numba')1351 TEST_TRANSFORMERS = _check_module_exists('transformers')1352 TEST_DILL = _check_module_exists('dill')1354 TEST_LIBROSA = _check_module_exists('librosa') and not IS_ARM641356 TEST_OPT_EINSUM = _check_module_exists('opt_einsum')1358 TEST_Z3 = _check_module_exists('z3')
1069 not torch.hub._check_module_exists("torch_scatter"),
13785 not torch.hub._check_module_exists("torch_geometric"),