Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/api/
H A Dfunction_impl.h91 std::lock_guard<std::recursive_mutex> lock(compile_mutex); in get_executor()
155 mutable std::recursive_mutex compile_mutex; member
H A Dfunction_impl.cpp97 std::lock_guard<std::recursive_mutex> lock(compile_mutex); in optimized_graph()
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsimple_graph_executor_impl.cpp17 std::lock_guard<std::mutex> lock(compile_mutex); in getPlanFor()
H A Dgraph_executor_impl.h110 std::mutex compile_mutex; member
H A Dprofiling_graph_executor_impl.cpp704 std::lock_guard<std::mutex> lock(compile_mutex); in getPlanFor()
808 std::lock_guard<std::mutex> lock(compile_mutex); in debugFlushCompilationCache()
H A Dgraph_executor.cpp659 std::lock_guard<std::mutex> lock(compile_mutex); in getOrCompileFallback()
674 std::lock_guard<std::mutex> lock(compile_mutex); in getOrCompile()