Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Djit_utils.cpp1458 const bool cache_dir_writable = (access(p_cache_dir, W_OK) == 0); in get_cache_dir() local
1459 if (!cache_dir_writable) { in get_cache_dir()