Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ Lock
Method
Lock
rtpose_wrapper/src/caffe/layer.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
template <typename Dtype>
12
void Layer<Dtype>::Lock() {
13
if (IsShared()) {
14
forward_mutex_->lock();
15
}
16
}
17
18
template <typename Dtype>
19
void Layer<Dtype>::Unlock() {
Callers
2
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected