MCPcopy 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
11template <typename Dtype>
12void Layer<Dtype>::Lock() {
13 if (IsShared()) {
14 forward_mutex_->lock();
15 }
16}
17
18template <typename Dtype>
19void Layer<Dtype>::Unlock() {

Callers 2

__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected