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

Method ExactNumTopBlobs

include/caffe/layers/scale_layer.hpp:39–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 virtual inline int MinBottomBlobs() const { return 1; }
38 virtual inline int MaxBottomBlobs() const { return 2; }
39 virtual inline int ExactNumTopBlobs() const { return 1; }
40
41 protected:
42 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected