Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DCachedTensorUtils.cpp16 std::mutex cached_tensorimpl_mutex; variable
23 const std::lock_guard<std::mutex> lock(cached_tensorimpl_mutex); in is_cached_tensor()
29 const std::lock_guard<std::mutex> lock(cached_tensorimpl_mutex); in add_cached_tensor()
35 const std::lock_guard<std::mutex> lock(cached_tensorimpl_mutex); in remove_cached_tensor()