Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/singa
/ GenFlattenConf
Function
GenFlattenConf
examples/cpp/cifar10/cnn.cc:113–118 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
}
112
113
LayerConf GenFlattenConf(string name) {
114
LayerConf conf;
115
conf.set_name(name);
116
conf.set_type(
"singa_flatten"
);
117
return conf;
118
}
119
120
FeedForwardNet CreateNet() {
121
FeedForwardNet net;
Callers
1
CreateNet
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected