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

Method ExactNumBottomBlobs

include/caffe/layers/lrn_layer.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32 virtual inline const char* type() const { return "LRN"; }
33 virtual inline int ExactNumBottomBlobs() const { return 1; }
34 virtual inline int ExactNumTopBlobs() const { return 1; }
35
36 protected:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected