MCPcopy Create free account
hub / github.com/BVLC/caffe / type

Method type

include/caffe/layers/split_layer.hpp:26–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 const vector<Blob<Dtype>*>& top);
25
26 virtual inline const char* type() const { return "Split"; }
27 virtual inline int ExactNumBottomBlobs() const { return 1; }
28 virtual inline int MinTopBlobs() const { return 1; }
29

Callers 1

ReshapeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected