Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BVLC/caffe
/ type
Method
type
include/caffe/layers/flatten_layer.hpp:30–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
const vector<Blob<Dtype>*>& top);
29
30
virtual inline const char* type() const { return
"Flatten"
; }
31
virtual inline int ExactNumBottomBlobs() const { return 1; }
32
virtual inline int ExactNumTopBlobs() const { return 1; }
33
Callers
1
Reshape
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected