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

Method ExactNumBottomBlobs

include/caffe/layers/data_layer.hpp:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 const vector<Blob<Dtype>*>& top);
23 virtual inline const char* type() const { return "Data"; }
24 virtual inline int ExactNumBottomBlobs() const { return 0; }
25 virtual inline int MinTopBlobs() const { return 1; }
26 virtual inline int MaxTopBlobs() const { return 2; }
27

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected