Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPTrack/open_ptrack_v2
/ Net
Method
Net
rtpose_wrapper/src/caffe/net.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
template <typename Dtype>
25
Net<Dtype>::Net(const NetParameter& param, const Net* root_net)
26
: root_net_(root_net) {
27
Init(param);
28
}
29
30
template <typename Dtype>
31
Net<Dtype>::Net(const string& param_file, Phase phase,
Callers
15
setUp
Method · 0.80
test_save_and_read
Method · 0.80
test_save_hdf5
Method · 0.80
test_0
Method · 0.80
test_1
Method · 0.80
test_A
Method · 0.80
test_B
Method · 0.80
test_AandB
Method · 0.80
test_train
Method · 0.80
test_val
Method · 0.80
test_deploy
Method · 0.80
setUp
Method · 0.80
Calls
2
ReadNetParamsFromTextFileOrDie
Function · 0.85
size
Method · 0.45
Tested by
15
setUp
Method · 0.64
test_save_and_read
Method · 0.64
test_save_hdf5
Method · 0.64
test_0
Method · 0.64
test_1
Method · 0.64
test_A
Method · 0.64
test_B
Method · 0.64
test_AandB
Method · 0.64
test_train
Method · 0.64
test_val
Method · 0.64
test_deploy
Method · 0.64
setUp
Method · 0.64