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

Method ExactNumBottomBlobs

include/caffe/layers/pooling_layer.hpp:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27 virtual inline const char* type() const { return "Pooling"; }
28 virtual inline int ExactNumBottomBlobs() const { return 1; }
29 virtual inline int MinTopBlobs() const { return 1; }
30 // MAX POOL layers can output an extra top blob for the mask;
31 // others can only output the pooled inputs.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected