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

Method MinBottomBlobs

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

Scale

Source from the content-addressed store, hash-verified

35 virtual inline const char* type() const { return "Scale"; }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected