1 #ifndef _CAFFE_UTIL_INSERT_SPLITS_HPP_ 2 #define _CAFFE_UTIL_INSERT_SPLITS_HPP_ 6 #include "caffe/proto/caffe.pb.h" 12 void InsertSplits(
const NetParameter& param, NetParameter* param_split);
14 void ConfigureSplitLayer(
const string& layer_name,
const string& blob_name,
15 const int blob_idx,
const int split_count,
const float loss_weight,
16 LayerParameter* split_layer_param);
18 string SplitLayerName(
const string& layer_name,
const string& blob_name,
21 string SplitBlobName(
const string& layer_name,
const string& blob_name,
22 const int blob_idx,
const int split_idx);
26 #endif // CAFFE_UTIL_INSERT_SPLITS_HPP_ A layer factory that allows one to register layers. During runtime, registered layers can be called b...
Definition: blob.hpp:14