зеркало из https://github.com/microsoft/caffe.git
31326a111b
Using the type vector<Blob<Dtype*>* for outputs allows modification of the vector itself, while it is only okay to modify the blobs pointed to by the elements of the vector. Switching the types to const vector<Blob<Dtype>*>& makes them more correct. |
||
---|---|---|
.. | ||
extra | ||
CMakeLists.txt | ||
caffe.cpp | ||
compute_image_mean.cpp | ||
convert_imageset.cpp | ||
device_query.cpp | ||
dump_network.cpp | ||
extract_features.cpp | ||
finetune_net.cpp | ||
net_speed_benchmark.cpp | ||
test_net.cpp | ||
train_net.cpp | ||
upgrade_net_proto_binary.cpp | ||
upgrade_net_proto_text.cpp |