MCPcopy Create free account
hub / github.com/BVLC/caffe / Net

Method Net

src/caffe/net.cpp:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22template <typename Dtype>
23Net<Dtype>::Net(const NetParameter& param) {
24 Init(param);
25}
26
27template <typename Dtype>
28Net<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