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

Method ExactNumBottomBlobs

include/caffe/layers/parameter_layer.hpp:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 const vector<Blob<Dtype>*>& top) { }
28 virtual inline const char* type() const { return "Parameter"; }
29 virtual inline int ExactNumBottomBlobs() const { return 0; }
30 virtual inline int ExactNumTopBlobs() const { return 1; }
31
32 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected