Home
last modified time | relevance | path

Searched refs:cache_dir_exists (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Djit_utils.cpp1438 const bool cache_dir_exists = (access(p_cache_dir, F_OK) == 0); in get_cache_dir() local
1439 if (!cache_dir_exists) { in get_cache_dir()