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