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

Method MaxBottomBlobs

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

Source from the content-addressed store, hash-verified

36 // Scale
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:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected