Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DRefcountedDeleter.cpp17 std::mutex replace_data_ptr_mutex; variable
20 std::lock_guard<std::mutex> guard(replace_data_ptr_mutex); in maybeApplyRefcountedDeleter()