Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/detail/
H A DPrivateUse1HooksInterface.cpp6 static std::mutex _hooks_mutex_lock; variable
9 std::lock_guard<std::mutex> lock(_hooks_mutex_lock); in RegisterPrivateUse1HooksInterface()