MCPcopy Create free account
hub / github.com/apache/singa / GenFlattenConf

Function GenFlattenConf

examples/cpp/imagenet/alexnet.cc:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121LayerConf GenFlattenConf(string name) {
122 LayerConf conf;
123 conf.set_name(name);
124 conf.set_type("singa_flatten");
125 return conf;
126}
127
128LayerConf GenDropoutConf(string name, float dropout_ratio) {
129 LayerConf conf;

Callers 1

CreateNetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected