MCPcopy 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
24template <typename Dtype>
25Net<Dtype>::Net(const NetParameter& param, const Net* root_net)
26 : root_net_(root_net) {
27 Init(param);
28}
29
30template <typename Dtype>
31Net<Dtype>::Net(const string& param_file, Phase phase,

Callers 15

setUpMethod · 0.80
test_save_and_readMethod · 0.80
test_save_hdf5Method · 0.80
test_0Method · 0.80
test_1Method · 0.80
test_AMethod · 0.80
test_BMethod · 0.80
test_AandBMethod · 0.80
test_trainMethod · 0.80
test_valMethod · 0.80
test_deployMethod · 0.80
setUpMethod · 0.80

Calls 2

sizeMethod · 0.45

Tested by 15

setUpMethod · 0.64
test_save_and_readMethod · 0.64
test_save_hdf5Method · 0.64
test_0Method · 0.64
test_1Method · 0.64
test_AMethod · 0.64
test_BMethod · 0.64
test_AandBMethod · 0.64
test_trainMethod · 0.64
test_valMethod · 0.64
test_deployMethod · 0.64
setUpMethod · 0.64