Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
121
LayerConf GenFlattenConf(string name) {
122
LayerConf conf;
123
conf.set_name(name);
124
conf.set_type(
"singa_flatten"
);
125
return conf;
126
}
127
128
LayerConf GenDropoutConf(string name, float dropout_ratio) {
129
LayerConf conf;
Callers
1
CreateNet
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected